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
<VirtualHost *:80>
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