source: vhosts/conf.d/repl.conf @ 515

Last change on this file since 515 was 415, checked in by presbrey, 17 years ago
added cname on repl
File size: 1.3 KB
Line 
1<VirtualHost *:80>
2        ServerName distributedajax.com
3        ServerAlias www.distributedajax.com *.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>
Note: See TracBrowser for help on using the repository browser.