Re: [Koha] Koha Staff and opac doesn't load after starting k
On Fri, Dec 21, 2018 at 04:17:04PM +0000, Indranil Baruah wrote:
Plack is running. Still no staff of opac.
(I'm replying to the list, so people can see the full conversation.) I wonder if Apache is running, is listening on port 80, etc. I've attached a Perl script you can run to detect which Koha instances are running; it runs netstat to see which ports Apache is listening on, then looks at all your Koha config files to find the corresponding Koha instance(s). If you're comfortable running the script -- preferably as root -- send us the output. Otherwise, the output of the following commands might prove helpful: koha-list --enabled netstat -nlpt | fgrep :80 Paul. -- Paul Hoffman <paul@flo.org> Software Services Manager Fenway Library Organization 550 Huntington Ave. Boston, MA 02115 (617) 442-2384
I have checked everything. Koha instance, plack, apache, everything are running. All necessary ports are active. But still are no staff or opac page. I am really confused why ! Sent from Yahoo Mail on Android ----- Forwarded message ----- From: "Paul Hoffman" <paul@flo.org> To: "koha@lists.katipo.co.nz" <koha@lists.katipo.co.nz> Cc: Sent: Fri, 21 Dec 2018 at 10:48 PM Subject: Re: [Koha] Koha Staff and opac doesn't load after starting k On Fri, Dec 21, 2018 at 04:17:04PM +0000, Indranil Baruah wrote:
Plack is running. Still no staff of opac.
(I'm replying to the list, so people can see the full conversation.) I wonder if Apache is running, is listening on port 80, etc. I've attached a Perl script you can run to detect which Koha instances are running; it runs netstat to see which ports Apache is listening on, then looks at all your Koha config files to find the corresponding Koha instance(s). If you're comfortable running the script -- preferably as root -- send us the output. Otherwise, the output of the following commands might prove helpful: koha-list --enabled netstat -nlpt | fgrep :80 Paul. -- Paul Hoffman <paul@flo.org> Software Services Manager Fenway Library Organization 550 Huntington Ave. Boston, MA 02115 (617) 442-2384 _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
Hi Indranil On 21 December you wrote:
I have installed koha 18.11 on Ubuntu 18.04 and all went good till I started koha-plack to improve performance. Initially the performance improved significantly. But, when I shut down the machine and started it later, both koha staff and opac failed to load.
On 24 December you wrote:
I have checked everything. Koha instance, plack, apache, everything are running. All necessary ports are active. But still are no staff or opac page. I am really confused why !
Some questions that may help: 1. Does it work when you stop Plack? 2. You say "both koha staff and opac failed to load" - what does exactly happen? Do you get a white browser screen? Does the browser tell you anything? Will it show the Apache standard page? 3. You say "All necessary ports are active" - what are these ports exactly? (usually port 80 is used for the OPAC and port 8080 for the staff client) For example, if you use port 80 you should be able to connect as follows on the host running Koha and Apache: # telnet localhost 80 Trying ::1... Connected to localhost. Escape character is '^]'. 4. Do you maybe use a local (software) firewall that is blocking your access? 5. What kind of URL do you use - does it start with an IP address or a domain name? Best wishes: Michael -- Geschäftsführer · Diplombibliothekar BBS, Informatiker eidg. Fachausweis Admin Kuhn GmbH · Pappelstrasse 20 · 4123 Allschwil · Schweiz T 0041 (0)61 261 55 61 · E mik@adminkuhn.ch · W www.adminkuhn.ch
participants (3)
-
Indranil Baruah -
Michael Kuhn -
Paul Hoffman