From 83e21a1e83dd45d223d664e894d17a0acf07a9bb Mon Sep 17 00:00:00 2001 From: Gab <24553253+gabrix73@users.noreply.github.com> Date: Thu, 13 Feb 2025 18:06:27 +0100 Subject: Update apache2-VH.conf --- apache2-VH.conf | 7 ++++--- 1 file 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] - + + # 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 -- cgit v1.2.3