From: Peter Palfrader Date: Thu, 12 Apr 2012 14:10:01 +0000 (+0200) Subject: Make a volatile.d.o vhost that just redirects to www X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7a2b2f82f88a17977cd99e1b1ec1e86a2648659a;p=dsa-puppet.git Make a volatile.d.o vhost that just redirects to www --- diff --git a/modules/roles/files/www_mirror/www.debian.org b/modules/roles/files/www_mirror/www.debian.org index c9b60489..83e263ff 100644 --- a/modules/roles/files/www_mirror/www.debian.org +++ b/modules/roles/files/www_mirror/www.debian.org @@ -215,3 +215,12 @@ RewriteRule ^/doc/([^/]+)/?(.*)? /doc/manuals/$1/$2 [L,R=301] + + + + ServerName volatile.debian.org + ServerAdmin webmaster@debian.org + ErrorLog /var/log/apache2/volatile.debian.org-error.log + CustomLog /var/log/apache2/volatile.debian.org-access.log combined + RedirectMatch permanent . http://www.debian.org/volatile/ +