X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fapache.conf-ftp;fp=config%2Fdebian%2Fapache.conf-ftp;h=52a85528a8d67d84130973a6623e709e75ccdf47;hb=a1864207ea98b1a71016e3b66ef5243092c13025;hp=fa0196155b6df1a9357a5cbf54f1056b80bddde2;hpb=1af4553b613c9d7067a63c22c25c5d4fc43c4e64;p=dak.git diff --git a/config/debian/apache.conf-ftp b/config/debian/apache.conf-ftp index fa019615..52a85528 100644 --- a/config/debian/apache.conf-ftp +++ b/config/debian/apache.conf-ftp @@ -5,3 +5,18 @@ Redirect permanent /proposed-updates.html http://release.debian.org/proposed-updates/stable.html Redirect permanent /oldstable-proposed-updates.html http://release.debian.org/proposed-updates/oldstable.html Redirect permanent /testing/hints/transitions.yaml http://ftp-master.debian.org/transitions.yaml + + CustomLog /var/log/apache2/ftp-master-access.log combined + ErrorLog /var/log/apache2/ftp-master-error.log + + Alias /users/ /srv/ftp.debian.org/web-users/ + + + Order allow,deny + Allow from All + AllowOverride FileInfo AuthConfig Limit Indexes + Options MultiViews Indexes SymLinksIfOwnerMatch + + + RewriteEngine On + RewriteRule ^/~(.+) /users/$1 [R=permanent,L]