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

Last change on this file since 192 was 192, checked in by jbarnold, 17 years ago
added erc2007.mit.edu vhost
File size: 441 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
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
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.