From: Wolfram Schneider Date: Wed, 15 Oct 2014 11:20:53 +0000 (+0200) Subject: port number last in log filename X-Git-Tag: 1.0.0~199 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=1f67d1e6f731e232a5e883fac4791ce110037cf7 port number last in log filename --- diff --git a/tools/apache2/jasmine-dev.template b/tools/apache2/jasmine-dev.template index c42217a..6ec427f 100644 --- a/tools/apache2/jasmine-dev.template +++ b/tools/apache2/jasmine-dev.template @@ -28,8 +28,8 @@ Include ${APACHE_MODULES} ServerAlias mkws-dev a.mkws.indexdata.com a.mkws-dev.indexdata.com mkws-dev.indexdata.com 127.0.0.1 ServerAdmin webmaster@indexdata.com - ErrorLog ${APACHE_LOG_DIR}/mkws-jasmine-${APACHE_PORT}-error.log - CustomLog ${APACHE_LOG_DIR}/mkws-jasmine-${APACHE_PORT}-access.log combined + ErrorLog ${APACHE_LOG_DIR}/mkws-jasmine-error-${APACHE_PORT}.log + CustomLog ${APACHE_LOG_DIR}/mkws-jasmine-access-${APACHE_PORT}.log combined RewriteEngine on RewriteLogLevel 1