Last change
on this file since 226 was
169,
checked in by jbarnold, 18 years ago
|
removed reminder from presbrey for jase testing
|
File size:
813 bytes
|
Rev | Line | |
---|
[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> |
---|
Note: See
TracBrowser
for help on using the repository browser.