<VirtualHost *:80>
ServerName snapshot.debian.org
- ServerAlias snapshot-dev.debian.org snapshot-master.debian.org snapshot-*.debian.org snapshot.debian.net
+ ServerAlias snapshot-dev.debian.org snapshot-master.debian.org snapshot-*.debian.org
ServerAdmin team@snapshot.debian.org
ErrorLog /var/log/apache2/snapshot.debian.org-error.log
RewriteRule ^/archive/backports.org/(.*) /archive/debian-backports/$1 [L,R]
RewriteRule ^/git/(.*) /gits/snapshot.git/$1 [PT]
- RewriteCond %{HTTP_HOST} ^snapshot.debian.net$
- RewriteRule ^/(.*)$ http://snapshot.debian.org/ [R]
-
<Location /gits/>
Require all granted
</Location>