]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
puppet header, redirect log level
authorMartin Zobel-Helas <zobel@debian.org>
Fri, 4 Feb 2011 17:32:40 +0000 (18:32 +0100)
committerMartin Zobel-Helas <zobel@debian.org>
Fri, 4 Feb 2011 17:32:40 +0000 (18:32 +0100)
modules/apache2/files/common/etc/apache2/sites-available/www.debian.org

index b0dae6fcbdea5307c019d9b9c82ecbd1b4da7ada..898bce65241bdb73199451c61f474eaea38a47b4 100644 (file)
@@ -1,3 +1,8 @@
+##
+## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
+## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
+##
+
 # Need to turn on negotiation_module
 <Directory /srv/www.debian.org/www/>
   Options +MultiViews +FollowSymLinks +Indexes
@@ -84,6 +89,7 @@
    ErrorLog /var/log/apache2/www-other.debian.org-error.log
    CustomLog /var/log/apache2/www-other.debian.org-access.log combined
    RewriteLog /var/log/apache2/www-other.debian.org-recirect.log
+   RewriteLogLevel 1
 
    RewriteEngine on
    RewriteRule ^/(.*)$ http://www.debian.org/$1 [R=301,L]