Last change
on this file since 226 was
193,
checked in by jbarnold, 18 years ago
|
forgot to add /bio to end of erc2007.mit.edu vhost
|
File size:
449 bytes
|
Rev | Line | |
---|
[192] | 1 | # do not trailing-slash DocumentRoot |
---|
| 2 | |
---|
| 3 | <VirtualHost *:80> |
---|
| 4 | ServerName erc2007.mit.edu |
---|
| 5 | ServerAlias erc2007 |
---|
[193] | 6 | DocumentRoot /afs/athena.mit.edu/org/e/erc2007/web_scripts/bio |
---|
[192] | 7 | SuExecUserGroup erc2007 erc2007 |
---|
| 8 | </VirtualHost> |
---|
| 9 | |
---|
| 10 | <VirtualHost *:443> |
---|
| 11 | ServerName erc2007.mit.edu |
---|
| 12 | ServerAlias erc2007 |
---|
[193] | 13 | DocumentRoot /afs/athena.mit.edu/org/e/erc2007/web_scripts/bio |
---|
[192] | 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.