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 | Alias /~amirh /afs/athena.mit.edu/user/a/m/amirh/web_scripts/amirhirsch.com |
---|
6 | SuExecUserGroup amirh amirh |
---|
7 | Include conf.d/vhosts-common.conf |
---|
8 | </VirtualHost> |
---|
9 | |
---|
10 | <VirtualHost *:80> |
---|
11 | ServerName fpgawiki.com |
---|
12 | ServerAlias www.fpgawiki.com *.fpgawiki.com |
---|
13 | DocumentRoot /afs/athena.mit.edu/user/a/m/amirh/web_scripts/fpgawiki.com |
---|
14 | Alias /~amirh /afs/athena.mit.edu/user/a/m/amirh/web_scripts/fpgawiki.com |
---|
15 | SuExecUserGroup amirh amirh |
---|
16 | Include conf.d/vhosts-common.conf |
---|
17 | </VirtualHost> |
---|
18 | |
---|
19 | <VirtualHost *:80> |
---|
20 | ServerName ctofpga.com |
---|
21 | ServerAlias *.ctofpga.com |
---|
22 | DocumentRoot /afs/athena.mit.edu/user/a/m/amirh/web_scripts/ctofpga.com |
---|
23 | Alias /~amirh /afs/athena.mit.edu/user/a/m/amirh/web_scripts/ctofpga.com |
---|
24 | SuExecUserGroup amirh amirh |
---|
25 | Include conf.d/vhosts-common.conf |
---|
26 | </VirtualHost> |
---|
27 | |
---|
28 | <VirtualHost *:80> |
---|
29 | ServerName facebookake.com |
---|
30 | ServerAlias *.facebookake.com |
---|
31 | DocumentRoot /afs/athena.mit.edu/user/a/m/amirh/web_scripts/facebookake.com |
---|
32 | Alias /~amirh /afs/athena.mit.edu/user/a/m/amirh/web_scripts/facebookake.com |
---|
33 | SuExecUserGroup amirh amirh |
---|
34 | Include conf.d/vhosts-common.conf |
---|
35 | </VirtualHost> |
---|
36 | |
---|
37 | <VirtualHost *:80> |
---|
38 | ServerName catalystac.com |
---|
39 | ServerAlias *.catalystac.com |
---|
40 | DocumentRoot /afs/athena.mit.edu/user/a/m/amirh/web_scripts/catalystac |
---|
41 | Alias /~amirh /afs/athena.mit.edu/user/a/m/amirh/web_scripts/catalystac |
---|
42 | SuExecUserGroup amirh amirh |
---|
43 | Include conf.d/vhosts-common.conf |
---|
44 | </VirtualHost> |
---|