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
|
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> |
---|
Note: See
TracBrowser
for help on using the repository browser.