in Debian Jessie wurde Apache2 installiert.
Beim Configtest werden folgende FEhler angezeigt:
Code: Alles auswählen
$ apache2 -t
[Wed May 06 09:49:55.780864 2015] [core:warn] [pid 7049] AH00111: Config variable ${APACHE_LOCK_DIR} is not defined
[Wed May 06 09:49:55.781382 2015] [core:warn] [pid 7049] AH00111: Config variable ${APACHE_PID_FILE} is not defined
[Wed May 06 09:49:55.781566 2015] [core:warn] [pid 7049] AH00111: Config variable ${APACHE_RUN_USER} is not defined
[Wed May 06 09:49:55.781649 2015] [core:warn] [pid 7049] AH00111: Config variable ${APACHE_RUN_GROUP} is not defined
[Wed May 06 09:49:55.781813 2015] [core:warn] [pid 7049] AH00111: Config variable ${APACHE_LOG_DIR} is not defined
[Wed May 06 09:49:55.909091 2015] [core:warn] [pid 7049] AH00111: Config variable ${APACHE_LOG_DIR} is not defined
AH00526: Syntax error on line 74 of /etc/apache2/apache2.conf:
Invalid Mutex directory in argument file:${APACHE_LOCK_DIR}
In der Zeile 74 der Datei /etc/apache2/apache2.conf steht
Code: Alles auswählen
Mutex file:${APACHE_LOCK_DIR} default
Kann jemand mitteilen, wo man die Fehlerquelle eingrenzen kann?
Viele Grüße,
BigBen