How can I temporarily disable the visibility of an OPAC Library?
Good afternoon, I have a Koha installation with multiple libraries. How can I temporarily disable the visibility of an OPAC Library?
Hi Victor, Easy way: Setting OpacPublic system preference. That will set the OPAC as password protected. More technically complex way: uncomment the disable segment in the shared opac apache config of your Koha instance. Hope this helps Indranil Das Gupta L2C2 Technologies On Tue, 31 Aug, 2021, 10:13 pm Victor Barroso Oliveira, <vbovictor@gmail.com> wrote:
Good afternoon, I have a Koha installation with multiple libraries. How can I temporarily disable the visibility of an OPAC Library? _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
Hi Victor, Can you clarify how your installation is setup? Do you have multiple Koha instances running on one server or one Koha instance with multiple branches? If it's the former, then you can comment out (put a # in front of every line) the OPAC VirtualHosts section in your config file and restart your Apache web server (or whatever webserver you're running). This will stop Apache from serving requests to your OPAC. When you are ready to enable your OPAC again, simply uncomment the VirtualHosts and restart your web server. Hope this helps! On 8/31/21 6:42 PM, Victor Barroso Oliveira wrote:
Good afternoon, I have a Koha installation with multiple libraries. How can I temporarily disable the visibility of an OPAC Library? _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
-- Lennon Mazonde www.kohasupport.com lennon@kohasupport.com WhatsApp @ (+1) 717.489.0195
participants (3)
-
Indranil Das Gupta -
Lennon Mazonde -
Victor Barroso Oliveira