Bug 14802 - About page (about.pl) throwing errors
Summary: About page (about.pl) throwing errors
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: About (show other bugs)
Version: 3.18
Hardware: All Linux
: P5 - low normal (vote)
Assignee: Nicole C. Engard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-10 20:17 UTC by G C Bortel
Modified: 2016-06-21 21:36 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description G C Bortel 2015-09-10 20:17:37 UTC
Most likely related to Bug 13486/14278

Overview: 
 
Ubuntu 14.04.3, Apache/2.4.7 (Ubuntu), Koha 3.18.10 (package install), Multi-site installation

Going to the "About Koha" page generates the following errors in /var/log/koha/[site]/intranet-error.log


[Thu Sep 10 12:45:45.980905 2015] [cgi:error] [pid 3477] [client 198.238.185.151:49639] AH01215: [Thu Sep 10 12:45:45.980780 2015] [core:warn] [pid 3489] AH00111: Config variable ${APACHE_LOCK_DIR} is not defined, referer: http://opac.odessa.lib.wa.us:8180/cgi-bin/koha/about.pl
[Thu Sep 10 12:45:45.981032 2015] [cgi:error] [pid 3477] [client 198.238.185.151:49639] AH01215: [Thu Sep 10 12:45:45.980961 2015] [core:warn] [pid 3489] AH00111: Config variable ${APACHE_PID_FILE} is not defined, referer: http://opac.odessa.lib.wa.us:8180/cgi-bin/koha/about.pl
[Thu Sep 10 12:45:45.981202 2015] [cgi:error] [pid 3477] [client 198.238.185.151:49639] AH01215: [Thu Sep 10 12:45:45.981057 2015] [core:warn] [pid 3489] AH00111: Config variable ${APACHE_RUN_USER} is not defined, referer: http://opac.odessa.lib.wa.us:8180/cgi-bin/koha/about.pl
[Thu Sep 10 12:45:45.981301 2015] [cgi:error] [pid 3477] [client 198.238.185.151:49639] AH01215: [Thu Sep 10 12:45:45.981229 2015] [core:warn] [pid 3489] AH00111: Config variable ${APACHE_RUN_GROUP} is not defined, referer: http://opac.odessa.lib.wa.us:8180/cgi-bin/koha/about.pl
[Thu Sep 10 12:45:45.981391 2015] [cgi:error] [pid 3477] [client 198.238.185.151:49639] AH01215: [Thu Sep 10 12:45:45.981323 2015] [core:warn] [pid 3489] AH00111: Config variable ${APACHE_LOG_DIR} is not defined, referer: http://opac.odessa.lib.wa.us:8180/cgi-bin/koha/about.pl
[Thu Sep 10 12:45:45.984145 2015] [cgi:error] [pid 3477] [client 198.238.185.151:49639] AH01215: [Thu Sep 10 12:45:45.984070 2015] [core:warn] [pid 3489] AH00111: Config variable ${APACHE_LOG_DIR} is not defined, referer: http://opac.odessa.lib.wa.us:8180/cgi-bin/koha/about.pl
[Thu Sep 10 12:45:45.984400 2015] [cgi:error] [pid 3477] [client 198.238.185.151:49639] AH01215: [Thu Sep 10 12:45:45.984327 2015] [core:warn] [pid 3489] AH00111: Config variable ${APACHE_LOG_DIR} is not defined, referer: http://opac.odessa.lib.wa.us:8180/cgi-bin/koha/about.pl
[Thu Sep 10 12:45:45.984493 2015] [cgi:error] [pid 3477] [client 198.238.185.151:49639] AH01215: [Thu Sep 10 12:45:45.984424 2015] [core:warn] [pid 3489] AH00111: Config variable ${APACHE_LOG_DIR} is not defined, referer: http://opac.odessa.lib.wa.us:8180/cgi-bin/koha/about.pl
[Thu Sep 10 12:45:45.984636 2015] [cgi:error] [pid 3477] [client 198.238.185.151:49639] AH01215: apache2: Syntax error on line 219 of /etc/apache2/apache2.conf: Could not open configuration file /etc/apache2/sites-enabled/cathlamet.conf: Permission denied, referer: http://opac.odessa.lib.wa.us:8180/cgi-bin/koha/about.pl


The last line in this snippet has Apache2 attempting to read an unrelated configuration file from another Koha instance. Similar errors are thrown in all site specific intranet-error.log when trying to display the "About" page for that site. (e.g. cathlamet vs. odessa, etc.)
Comment 1 Tomás Cohen Arazi 2015-11-13 16:46:57 UTC
You seem to have a broken setup. Probably due to /etc/apache2/sites-enabled/cathlamet.conf pointing to a deleted configuration file.