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

Last change on this file since 342 was 342, checked in by andersk, 17 years ago
Move vhosts from jbarnold.conf to the right users.
File size: 789 bytes
RevLine 
[342]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#       ScriptAlias / /mit/phone-project/web_scripts
10        Alias /NoAuth/images/ /mit/phone-project/web_scripts
11        Include conf.d/vhosts-common.conf
12</VirtualHost>
13
14<IfModule ssl_module>
15        <VirtualHost *:443 *:444>
16                ServerName phone.mit.edu
17                ServerAlias phone
18                DocumentRoot /afs/sipb.mit.edu/project/phone-project/web_scripts/phone
19                Alias /~jbarnold /afs/sipb.mit.edu/project/phone-project/web_scripts
20                SuExecUserGroup phone-project phone-project
21                Include conf.d/vhosts-common-ssl.conf
22        </VirtualHost>
23</IfModule>
Note: See TracBrowser for help on using the repository browser.