1 Use common-debian-service-https-redirect * ftp-master.debian.org
4 ServerName ftp-master.debian.org
5 DocumentRoot /srv/ftp.debian.org/web
7 CustomLog /var/log/apache2/ftp-master-access.log privacy
8 ErrorLog /var/log/apache2/ftp-master-error.log
10 Use common-debian-service-ssl ftp-master.debian.org
13 Redirect permanent /proposed-updates.html http://release.debian.org/proposed-updates/stable.html
14 Redirect permanent /oldstable-proposed-updates.html http://release.debian.org/proposed-updates/oldstable.html
15 Redirect permanent /testing/hints/transitions.yaml http://ftp-master.debian.org/transitions.yaml
16 Alias /users/ /srv/ftp.debian.org/web-users/
18 <Directory /srv/ftp.debian.org/web-users>
21 AllowOverride FileInfo AuthConfig Limit Indexes
22 Options MultiViews Indexes SymLinksIfOwnerMatch
25 <Directory /srv/ftp.debian.org/web>
30 RewriteRule ^/~(.+) /users/$1 [R=permanent,L]