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
RevLine 
[132]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
[156]11        <IfModule mod_ssl.c>
[132]12        SSLEngine on
[156]13        </IfModule>
[132]14</VirtualHost>
15
16<VirtualHost *:80>
17        ServerName scripts.presbrey.net
[166]18        DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/scripts.presbrey.net
[132]19        SuExecUserGroup presbrey presbrey
20</VirtualHost>
21
22<VirtualHost *:443>
23        ServerName scripts.presbrey.net
[166]24        DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/scripts.presbrey.net
[132]25        SuExecUserGroup presbrey presbrey
[156]26        <IfModule mod_ssl.c>
[132]27        SSLEngine on
[156]28        </IfModule>
[132]29</VirtualHost>
30
[156]31<VirtualHost *:80>
32        ServerName reminder.mit.edu
33        ServerAlias reminder
[166]34        DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/reminder.mit.edu
[156]35        SuExecUserGroup presbrey presbrey
36</VirtualHost>
37
38<VirtualHost *:443>
39        ServerName reminder.mit.edu
40        ServerAlias reminder
[166]41        DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/reminder.mit.edu
[156]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.