summaryrefslogtreecommitdiffstats
path: root/apache2-VH.conf
diff options
context:
space:
mode:
Diffstat (limited to 'apache2-VH.conf')
-rw-r--r--apache2-VH.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/apache2-VH.conf b/apache2-VH.conf
index 9e347e4..da8b963 100644
--- a/apache2-VH.conf
+++ b/apache2-VH.conf
@@ -32,13 +32,14 @@
RewriteCond %{REQUEST_METHOD} OPTIONS
RewriteRule ^(.*)$ $1 [R=204,L]
</Location>
-
+
+ # for debugging
LogLevel warn
- ErrorLog ${APACHE_LOG_DIR}/error.log
+ ErrorLog ${APACHE_LOG_DIR}/nofuture_error.log
# for this to work: a2enmod remoteip and uncomment LogFormat
# LogFormat "\"%{X-Forwarded-For}i\" %l %u %t \"%r\" %>s %b" anonymized_log
- CustomLog ${APACHE_LOG_DIR}/access.log anonymized_log
+ CustomLog ${APACHE_LOG_DIR}/nofuture_access.log anonymized_log
# a2enmod expires
<Directory /var/www/nofuture/>