From: Stephen Gran Date: Sat, 17 Oct 2009 11:01:51 +0000 (+0100) Subject: new apache2 default for spohr X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=230329399e699ce25e3b22bf74d155a2733a53c9;p=dsa-puppet.git new apache2 default for spohr Signed-off-by: Stephen Gran --- diff --git a/modules/apache2/files/spohr.debian.org/etc/apache2/sites-available/default-debian.org b/modules/apache2/files/spohr.debian.org/etc/apache2/sites-available/default-debian.org new file mode 100644 index 00000000..5d31d531 --- /dev/null +++ b/modules/apache2/files/spohr.debian.org/etc/apache2/sites-available/default-debian.org @@ -0,0 +1,22 @@ +## +## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE. +## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git +## + + + ServerAdmin debian-admin@debian.org + + ErrorLog /var/log/apache2/error.log + CustomLog /var/log/apache2/access.log combined + + DocumentRoot /srv/www/default.debian.org/htdocs + + Alias /debian /org/mirrors/ftp.debian.org/ftp + HostnameLookups Off + UseCanonicalName Off + ServerSignature On + + UserDir disabled + + +# vim:set syn=apache: