add zandonai.debian.org
[mirror/dsa-puppet.git] / modules / apache2 / files / per-host / spohr.debian.org / etc / apache2 / sites-available / default-debian.org
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 ##
5
6 <VirtualHost *:80>
7         ServerAdmin debian-admin@debian.org
8
9         ErrorLog /var/log/apache2/error.log
10         CustomLog /var/log/apache2/access.log combined
11
12         DocumentRoot /srv/www/default.debian.org/htdocs
13
14         Alias /debian /org/mirrors/ftp.debian.org/ftp
15         HostnameLookups Off
16         UseCanonicalName Off
17         ServerSignature On
18         <IfModule mod_userdir.c>
19                 UserDir disabled
20         </IfModule>
21 </VirtualHost>
22 # vim:set syn=apache: