From: Julien Cristau Date: Mon, 27 Apr 2015 19:33:43 +0000 (+0200) Subject: Comment out RewriteLog{,Level} from www.debian.org vhost config X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=5bb315f0551991e39d552ca046809e5672c89463 Comment out RewriteLog{,Level} from www.debian.org vhost config Those options are gone in apache 2.4. --- diff --git a/modules/roles/templates/apache-www.debian.org.erb b/modules/roles/templates/apache-www.debian.org.erb index 12d57936..0b418c55 100644 --- a/modules/roles/templates/apache-www.debian.org.erb +++ b/modules/roles/templates/apache-www.debian.org.erb @@ -137,8 +137,8 @@ DocumentRoot <%= wwwdo_document_root %>/ ErrorLog /var/log/apache2/www-other.debian.org-error.log CustomLog /var/log/apache2/www-other.debian.org-access.log privacy - RewriteLog /var/log/apache2/www-other.debian.org-redirect.log - RewriteLogLevel 1 + #RewriteLog /var/log/apache2/www-other.debian.org-redirect.log + #RewriteLogLevel 1 RewriteEngine on RewriteRule ^/(.*)$ http://www.debian.org/$1 [R=301,L]