1 | <VirtualHost *:80> |
---|
2 | ServerName distributedajax.com |
---|
3 | ServerAlias *.distributedajax.com |
---|
4 | DocumentRoot /afs/sipb.mit.edu/project/repl/web_scripts |
---|
5 | Alias /~repl /afs/sipb.mit.edu/project/repl/web_scripts |
---|
6 | SuExecUserGroup repl repl |
---|
7 | Include conf.d/vhosts-common.conf |
---|
8 | </VirtualHost> |
---|
9 | |
---|
10 | <IfModule ssl_module> |
---|
11 | <VirtualHost *:443 *:444> |
---|
12 | ServerName distributedajax.com |
---|
13 | ServerAlias *.distributedajax.com |
---|
14 | DocumentRoot /afs/sipb.mit.edu/project/repl/web_scripts |
---|
15 | Alias /~repl /afs/sipb.mit.edu/project/repl/web_scripts |
---|
16 | SuExecUserGroup repl repl |
---|
17 | Include conf.d/vhosts-common-ssl.conf |
---|
18 | </VirtualHost> |
---|
19 | </IfModule> |
---|
20 | |
---|
21 | <VirtualHost *:80> |
---|
22 | ServerName fpgaspreadsheet.com |
---|
23 | ServerAlias *.fpgaspreadsheet.com |
---|
24 | DocumentRoot /afs/sipb.mit.edu/project/repl/web_scripts/fpgaspreadsheet.com |
---|
25 | Alias /~repl /afs/sipb.mit.edu/project/repl/web_scripts |
---|
26 | SuExecUserGroup repl repl |
---|
27 | Include conf.d/vhosts-common.conf |
---|
28 | </VirtualHost> |
---|
29 | |
---|
30 | <IfModule ssl_module> |
---|
31 | <VirtualHost *:443 *:444> |
---|
32 | ServerName fpgaspreadsheet.com |
---|
33 | ServerAlias *.fpgaspreadsheet.com |
---|
34 | DocumentRoot /afs/sipb.mit.edu/project/repl/web_scripts/fpgaspreadsheet.com |
---|
35 | Alias /~repl /afs/sipb.mit.edu/project/repl/web_scripts |
---|
36 | SuExecUserGroup repl repl |
---|
37 | Include conf.d/vhosts-common-ssl.conf |
---|
38 | </VirtualHost> |
---|
39 | </IfModule> |
---|