From 151f6899a9ad1cd5ffc719a822947b3f43e2ac38 Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Fri, 4 Feb 2011 18:32:40 +0100 Subject: [PATCH] puppet header, redirect log level --- .../files/common/etc/apache2/sites-available/www.debian.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/apache2/files/common/etc/apache2/sites-available/www.debian.org b/modules/apache2/files/common/etc/apache2/sites-available/www.debian.org index b0dae6fcb..898bce652 100644 --- a/modules/apache2/files/common/etc/apache2/sites-available/www.debian.org +++ b/modules/apache2/files/common/etc/apache2/sites-available/www.debian.org @@ -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 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] -- 2.20.1