X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=tools%2Fapache2%2Fjasmine-dev.template-2.4;h=30a87b83242d85f66e25b4a496ec44cd6022f5ea;hp=6d91adfbb773f71af881aff6ae504a03dd52016c;hb=d9392af31cad0e75d09f5dda9c82a30e6ce4476f;hpb=0a277d8f2230691168fce1528e5d4094e1afd08a diff --git a/tools/apache2/jasmine-dev.template-2.4 b/tools/apache2/jasmine-dev.template-2.4 index 6d91adf..30a87b8 100644 --- a/tools/apache2/jasmine-dev.template-2.4 +++ b/tools/apache2/jasmine-dev.template-2.4 @@ -1,12 +1,13 @@ # Configuration for the apache web server -*- apache -*- ##################################################################### -# global apache2 config +# global apache 2.4 config # 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} @@ -24,8 +25,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-error.log - CustomLog ${APACHE_LOG_DIR}/mkws-jasmine-access.log combined + ErrorLog ${APACHE_LOG_DIR}/mkws-jasmine-error-${APACHE_PORT}.log + CustomLog ${APACHE_LOG_DIR}/mkws-jasmine-access-${APACHE_PORT}.log combined LogLevel info rewrite:debug RewriteEngine on