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" <[email protected]> To: "[email protected]" <[email protected]> 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 <[email protected]> Software Services Manager Fenway Library Organization 550 Huntington Ave. Boston, MA 02115 (617) 442-2384 _______________________________________________ Koha mailing list http://koha-community.org [email protected] https://lists.katipo.co.nz/mailman/listinfo/koha
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 <[email protected]> Software Services Manager Fenway Library Organization 550 Huntington Ave. Boston, MA 02115 (617) 442-2384 _______________________________________________ Koha mailing list http://koha-community.org [email protected] https://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________ Koha mailing list http://koha-community.org [email protected] https://lists.katipo.co.nz/mailman/listinfo/koha

