Commit | Line | Data |
---|---|---|
3deec619 P |
1 | <VirtualHost *:80> |
2 | ServerName autoconfig.auf.org | |
3 | ServerAdmin technique@ca.auf.org | |
4 | ErrorLog ${APACHE_LOG_DIR}/autoconfig.auf.org_error.log | |
5 | CustomLog ${APACHE_LOG_DIR}/autoconfig.auf.org_access.log combined | |
6 | #DocumentRoot /srv/www/autoconfig.auf.org | |
7 | #<Directory /srv/www/autoconfig.auf.org> | |
8 | # Options FollowSymLinks | |
9 | # AllowOverride None | |
10 | #</Directory> | |
11 | ScriptAlias /mail/config-v1.1.xml /usr/local/lib/autoconfig-mail | |
12 | <Location /mail/config-v1.1.xml> | |
13 | Order allow,deny | |
14 | Allow from All | |
15 | </Location> | |
16 | RedirectMatch ^$ http://www.auf.org/ | |
17 | </VirtualHost> |