source: vhosts/conf.d/yaa.conf @ 636

Last change on this file since 636 was 636, checked in by quentin, 18 years ago
Move yaa.mit.edu to the yaa locker
File size: 554 bytes
RevLine 
[132]1<VirtualHost *:80>
2        ServerName yaa.mit.edu
3        ServerAlias yaa
[636]4        DocumentRoot /afs/athena.mit.edu/org/y/yaa/web_scripts/yaa
5        Alias /~yaa /afs/athena.mit.edu/org/y/yaa/web_scripts
6        SuExecUserGroup yaa yaa
[244]7        Include conf.d/vhosts-common.conf
[132]8</VirtualHost>
9
[244]10<IfModule ssl_module>
[333]11        <VirtualHost *:443 *:444>
[244]12                ServerName yaa.mit.edu
13                ServerAlias yaa
[636]14                DocumentRoot /afs/athena.mit.edu/org/y/yaa/web_scripts/yaa
15                Alias /~yaa /afs/athena.mit.edu/org/y/yaa/web_scripts
16                SuExecUserGroup yaa yaa
[244]17                Include conf.d/vhosts-common-ssl.conf
18        </VirtualHost>
19</IfModule>
Note: See TracBrowser for help on using the repository browser.