source: vhosts/conf.d/erc2007.conf @ 211

Last change on this file since 211 was 193, checked in by jbarnold, 17 years ago
forgot to add /bio to end of erc2007.mit.edu vhost
File size: 449 bytes
Line 
1# do not trailing-slash DocumentRoot
2
3<VirtualHost *:80>
4        ServerName erc2007.mit.edu
5        ServerAlias erc2007
6        DocumentRoot /afs/athena.mit.edu/org/e/erc2007/web_scripts/bio
7        SuExecUserGroup erc2007 erc2007
8</VirtualHost>
9
10<VirtualHost *:443>
11        ServerName erc2007.mit.edu
12        ServerAlias erc2007
13        DocumentRoot /afs/athena.mit.edu/org/e/erc2007/web_scripts/bio
14        SuExecUserGroup erc2007 erc2007
15        <IfModule mod_ssl.c>
16        SSLEngine on
17        </IfModule>
18</VirtualHost>
Note: See TracBrowser for help on using the repository browser.