source: vhosts/conf.d/jbarnold.conf @ 344

Last change on this file since 344 was 344, checked in by jbarnold, 17 years ago
File size: 726 bytes
Line 
1# do not trailing-slash DocumentRoot
2
3<VirtualHost *:80>
4        ServerName windsington.mit.edu
5        ServerAlias windsington
6        DocumentRoot /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts/windsington
7        Alias /~jbarnold /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts/windsington
8        SuExecUserGroup jbarnold jbarnold
9        Include conf.d/vhosts-common.conf
10</VirtualHost>
11
12<IfModule ssl_module>
13        <VirtualHost *:443 *:444>
14                ServerName windsington.mit.edu
15                ServerAlias windsington
16                DocumentRoot /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts/windsington
17                Alias /~jbarnold /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts/windsington
18                SuExecUserGroup jbarnold jbarnold
19                Include conf.d/vhosts-common-ssl.conf
20        </VirtualHost>
21</IfModule>
Note: See TracBrowser for help on using the repository browser.