source: vhosts/conf.d/masont.conf @ 601

Last change on this file since 601 was 587, checked in by andersk, 16 years ago
Remove deprecated comments about requiring certificates.
File size: 613 bytes
Line 
1# do not trailing-slash DocumentRoot
2
3<VirtualHost *:80>
4        ServerName www.geekbyday.com
5        DocumentRoot /afs/athena.mit.edu/user/m/a/masont/web_scripts/blog
6        Alias /~masont /afs/athena.mit.edu/user/m/a/masont/web_scripts
7        SuExecUserGroup masont masont
8        Include conf.d/vhosts-common.conf
9</VirtualHost>
10
11<IfModule ssl_module>
12        <VirtualHost *:443 *:444>
13                ServerName www.geekbyday.com
14                DocumentRoot /afs/athena.mit.edu/user/m/a/masont/web_scripts/blog
15                Alias /~masont /afs/athena.mit.edu/user/m/a/masont/web_scripts
16                SuExecUserGroup masont masont
17                Include conf.d/vhosts-common-ssl.conf
18        </VirtualHost>
19</IfModule>
Note: See TracBrowser for help on using the repository browser.