Last change
on this file since 244 was
244,
checked in by andersk, 18 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:
1.2 KB
|
Line | |
---|
1 | <VirtualHost *:80> |
---|
2 | ServerName amirhirsch.com |
---|
3 | ServerAlias www.amirhirsch.com *.amirhirsch.com |
---|
4 | DocumentRoot /afs/athena.mit.edu/user/a/m/amirh/web_scripts/amirhirsch.com |
---|
5 | SuExecUserGroup amirh amirh |
---|
6 | Include conf.d/vhosts-common.conf |
---|
7 | </VirtualHost> |
---|
8 | |
---|
9 | <VirtualHost *:80> |
---|
10 | ServerName fpgawiki.com |
---|
11 | ServerAlias www.fpgawiki.com *.fpgawiki.com |
---|
12 | DocumentRoot /afs/athena.mit.edu/user/a/m/amirh/web_scripts/fpgawiki.com |
---|
13 | SuExecUserGroup amirh amirh |
---|
14 | Include conf.d/vhosts-common.conf |
---|
15 | </VirtualHost> |
---|
16 | |
---|
17 | <VirtualHost *:80> |
---|
18 | ServerName ctofpga.com |
---|
19 | ServerAlias *.ctofpga.com |
---|
20 | DocumentRoot /afs/athena.mit.edu/user/a/m/amirh/web_scripts/ctofpga.com |
---|
21 | SuExecUserGroup amirh amirh |
---|
22 | Include conf.d/vhosts-common.conf |
---|
23 | </VirtualHost> |
---|
24 | |
---|
25 | <VirtualHost *:80> |
---|
26 | ServerName facebookake.com |
---|
27 | ServerAlias *.facebookake.com |
---|
28 | DocumentRoot /afs/athena.mit.edu/user/a/m/amirh/web_scripts/facebookake.com |
---|
29 | SuExecUserGroup amirh amirh |
---|
30 | Include conf.d/vhosts-common.conf |
---|
31 | </VirtualHost> |
---|
32 | |
---|
33 | <VirtualHost *:80> |
---|
34 | ServerName catalystac.com |
---|
35 | ServerAlias *.catalystac.com |
---|
36 | DocumentRoot /afs/athena.mit.edu/user/a/m/amirh/web_scripts/catalystac |
---|
37 | SuExecUserGroup amirh amirh |
---|
38 | Include conf.d/vhosts-common.conf |
---|
39 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.