X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=tools%2Fapache2%2Fjasmine-dev.template;h=6ec427f60bbbd50654eddbf8c58e04d0c6f4f238;hb=bfb0e43c8973ed41c33eed56bad6534771a1a3ae;hp=6d73893a87328d364dbc536ff88328daf7866c2f;hpb=71a3bc5e72fdcf2a51c3d32f10b8248c0ac5399c;p=mkws-moved-to-github.git diff --git a/tools/apache2/jasmine-dev.template b/tools/apache2/jasmine-dev.template index 6d73893..6ec427f 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} @@ -27,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