From: Wolfram Schneider Date: Wed, 15 Oct 2014 11:09:54 +0000 (+0200) Subject: configure global (non virtual host) error log file X-Git-Tag: 1.0.0~201 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=72d53198dbb5b5856b4742885e55b18dabda2203 configure global (non virtual host) error log file --- diff --git a/tools/apache2/jasmine-dev.template b/tools/apache2/jasmine-dev.template index 6d73893..c42217a 100644 --- a/tools/apache2/jasmine-dev.template +++ b/tools/apache2/jasmine-dev.template @@ -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} diff --git a/tools/apache2/jasmine-dev.template-2.4 b/tools/apache2/jasmine-dev.template-2.4 index 5adc4ba..30a87b8 100644 --- a/tools/apache2/jasmine-dev.template-2.4 +++ b/tools/apache2/jasmine-dev.template-2.4 @@ -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}