diff options
| author | Gab <24553253+gabrix73@users.noreply.github.com> | 2025-02-13 18:06:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-13 18:06:27 +0100 |
| commit | 83e21a1e83dd45d223d664e894d17a0acf07a9bb (patch) | |
| tree | a1e9c75c8acc4d0dbb7c96c07960ae9b7b32d1a0 | |
| parent | 5a76399b3a1b36411fc0a8a65f59ca34775f155d (diff) | |
| download | nofuture-go-memguard-83e21a1e83dd45d223d664e894d17a0acf07a9bb.tar.gz nofuture-go-memguard-83e21a1e83dd45d223d664e894d17a0acf07a9bb.tar.xz nofuture-go-memguard-83e21a1e83dd45d223d664e894d17a0acf07a9bb.zip | |
Update apache2-VH.conf
| -rw-r--r-- | apache2-VH.conf | 7 |
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/> |
