From bb73689071f817c03e6f62a3ffcb4d7360ae4ad6 Mon Sep 17 00:00:00 2001 From: Simon Paillard Date: Sun, 6 Feb 2011 20:48:46 +0100 Subject: [PATCH] Accept www-*.d.o, fix typo Signed-off-by: Peter Palfrader --- .../files/common/etc/apache2/sites-available/www.debian.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 a954a8822..09f15976b 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 @@ -88,7 +88,7 @@ DocumentRoot /srv/www.debian.org/www/ 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 + RewriteLog /var/log/apache2/www-other.debian.org-redirect.log RewriteLogLevel 1 RewriteEngine on @@ -98,7 +98,7 @@ ServerName www.debian.org ServerAdmin webmaster@debian.org - ServerAlias www-staging.debian.org + ServerAlias www-*.debian.org DocumentRoot /srv/www.debian.org/www/ ErrorLog /var/log/apache2/www.debian.org-error.log CustomLog /var/log/apache2/www.debian.org-access.log combined -- 2.20.1