configure global (non virtual host) error log file
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 15 Oct 2014 11:09:54 +0000 (13:09 +0200)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 15 Oct 2014 11:09:54 +0000 (13:09 +0200)
tools/apache2/jasmine-dev.template
tools/apache2/jasmine-dev.template-2.4

index 6d73893..c42217a 100644 (file)
@@ -7,6 +7,7 @@ User ${APACHE_RUN_USER}
 Group ${APACHE_RUN_GROUP}
 PidFile ${APACHE_PID_FILE}
 LockFile ${APACHE_LOCK_FILE}
+ErrorLog ${APACHE_LOG_DIR}/error-${APACHE_PORT}.log
 
 ServerName localhost
 ServerRoot ${APACHE_SERVER_ROOT}
index 5adc4ba..30a87b8 100644 (file)
@@ -7,6 +7,7 @@ User ${APACHE_RUN_USER}
 Group ${APACHE_RUN_GROUP}
 PidFile ${APACHE_PID_FILE}
 Mutex file:${APACHE_LOG_DIR}
+ErrorLog ${APACHE_LOG_DIR}/error-${APACHE_PORT}.log
 
 ServerName localhost
 ServerRoot ${APACHE_SERVER_ROOT}