source: vhosts/conf.d/phone-project.conf @ 344

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