source: vhosts/conf.d/webzephyr.conf @ 558

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