|
Last change
on this file since 245 was
244,
checked in by andersk, 19 years ago
|
|
Include common config files vhosts-common.conf and
vhosts-common-ssl.conf from every VirtualHost block, and set KeepAlive
off on all SSL vhosts (to work around the infamous LVS+MediaWiki+SSL
problem).
|
|
File size:
515 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 | Include conf.d/vhosts-common.conf |
|---|
| 9 | </VirtualHost> |
|---|
| 10 | |
|---|
| 11 | <IfModule ssl_module> |
|---|
| 12 | <VirtualHost *:443> |
|---|
| 13 | ServerName erc2007.mit.edu |
|---|
| 14 | ServerAlias erc2007 |
|---|
| 15 | DocumentRoot /afs/athena.mit.edu/org/e/erc2007/web_scripts/bio |
|---|
| 16 | SuExecUserGroup erc2007 erc2007 |
|---|
| 17 | Include conf.d/vhosts-common-ssl.conf |
|---|
| 18 | </VirtualHost> |
|---|
| 19 | </IfModule> |
|---|
Note: See
TracBrowser
for help on using the repository browser.