source: vhosts/conf.d/yonah.conf @ 333

Last change on this file since 333 was 333, checked in by andersk, 17 years ago
vhosts port 444.
File size: 602 bytes
Line 
1<VirtualHost *:80>
2        ServerName heartsafe.mit.edu
3        ServerAlias heartsafe
4        DocumentRoot /afs/athena.mit.edu/user/y/o/yonah/web_scripts
5        Alias /~yonah /afs/athena.mit.edu/user/y/o/yonah/web_scripts
6        SuExecUserGroup yonah yonah
7        Include conf.d/vhosts-common.conf
8</VirtualHost>
9
10<IfModule ssl_module>
11        <VirtualHost *:443 *:444>
12                ServerName heartsafe.mit.edu
13                ServerAlias heartsafe
14                DocumentRoot /afs/athena.mit.edu/user/y/o/yonah/web_scripts
15                Alias /~yonah /afs/athena.mit.edu/user/y/o/yonah/web_scripts
16                SuExecUserGroup yonah yonah
17                Include conf.d/vhosts-common-ssl.conf
18        </VirtualHost>
19</IfModule>
Note: See TracBrowser for help on using the repository browser.