]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Comment out RewriteLog{,Level} from www.debian.org vhost config
authorJulien Cristau <jcristau@debian.org>
Mon, 27 Apr 2015 19:33:43 +0000 (21:33 +0200)
committerJulien Cristau <jcristau@debian.org>
Mon, 27 Apr 2015 19:33:43 +0000 (21:33 +0200)
Those options are gone in apache 2.4.

modules/roles/templates/apache-www.debian.org.erb

index 12d579368a0cd84425bb597c35b812d03b22aab8..0b418c5538e72b1ad2291b843176adc8e53ddf84 100644 (file)
    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]