source: vhosts/conf.d/presbrey.conf @ 405

Last change on this file since 405 was 402, checked in by geofft, 17 years ago
[help.mit.edu #493052] and [help.mit.edu #492897]
File size: 2.1 KB
Line 
1<VirtualHost *:80>
2        ServerName presbrey.mit.edu
3        DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts
4        Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts
5        SuExecUserGroup presbrey presbrey
6        Include conf.d/vhosts-common.conf
7</VirtualHost>
8
9<IfModule ssl_module>
10        <VirtualHost *:443 *:444>
11                ServerName presbrey.mit.edu
12                DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts
13                Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts
14                SuExecUserGroup presbrey presbrey
15                Include conf.d/vhosts-common-ssl.conf
16        </VirtualHost>
17</IfModule>
18
19<VirtualHost *:80>
20        ServerName presbrey.net
21        DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/presbrey.net
22        Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts
23        SuExecUserGroup presbrey presbrey
24        Include conf.d/vhosts-common.conf
25</VirtualHost>
26
27<VirtualHost *:80>
28        ServerName scripts.presbrey.net
29        DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/scripts.presbrey.net
30        Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts
31        SuExecUserGroup presbrey presbrey
32        Include conf.d/vhosts-common.conf
33</VirtualHost>
34
35<IfModule ssl_module>
36        <VirtualHost *:443 *:444>
37                ServerName scripts.presbrey.net
38                DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/scripts.presbrey.net
39                Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts
40                SuExecUserGroup presbrey presbrey
41                Include conf.d/vhosts-common-ssl.conf
42        </VirtualHost>
43</IfModule>
44
45<VirtualHost *:80>
46        ServerName kumonga.com
47        ServerAlias *.kumonga.com
48        DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/kumonga.com
49        Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts
50        SuExecUserGroup presbrey presbrey
51        Include conf.d/vhosts-common.conf
52</VirtualHost>
53
54<IfModule ssl_module>
55        <VirtualHost *:443 *:444>
56                ServerName kumonga.com
57                ServerAlias *.kumonga.com
58                DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/kumonga.com
59                Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts
60                SuExecUserGroup presbrey presbrey
61                Include conf.d/vhosts-common-ssl.conf
62        </VirtualHost>
63</IfModule>
Note: See TracBrowser for help on using the repository browser.