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

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