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

Last change on this file since 167 was 166, checked in by presbrey, 17 years ago
added CNAME: quickprint.mit.edu
File size: 1.3 KB
Line 
1<VirtualHost *:80>
2        ServerName presbrey.mit.edu
3        DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts
4        SuExecUserGroup presbrey presbrey
5</VirtualHost>
6
7<VirtualHost *:443>
8        ServerName presbrey.mit.edu
9        DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts
10        SuExecUserGroup presbrey presbrey
11        <IfModule mod_ssl.c>
12        SSLEngine on
13        </IfModule>
14</VirtualHost>
15
16<VirtualHost *:80>
17        ServerName scripts.presbrey.net
18        DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/scripts.presbrey.net
19        SuExecUserGroup presbrey presbrey
20</VirtualHost>
21
22<VirtualHost *:443>
23        ServerName scripts.presbrey.net
24        DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/scripts.presbrey.net
25        SuExecUserGroup presbrey presbrey
26        <IfModule mod_ssl.c>
27        SSLEngine on
28        </IfModule>
29</VirtualHost>
30
31<VirtualHost *:80>
32        ServerName reminder.mit.edu
33        ServerAlias reminder
34        DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/reminder.mit.edu
35        SuExecUserGroup presbrey presbrey
36</VirtualHost>
37
38<VirtualHost *:443>
39        ServerName reminder.mit.edu
40        ServerAlias reminder
41        DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/reminder.mit.edu
42        SuExecUserGroup presbrey presbrey
43        <IfModule mod_ssl.c>
44        SSLEngine on
45        </IfModule>
46        Redirect / https://scripts.mit.edu/~presbrey/reminder.mit.edu/
47</VirtualHost>
Note: See TracBrowser for help on using the repository browser.