source: vhosts/conf.d/4.155.conf @ 515

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