Line | |
---|
1 | # do not trailing-slash DocumentRoot |
---|
2 | |
---|
3 | <VirtualHost *:80> |
---|
4 | ServerName reminder.mit.edu |
---|
5 | ServerAlias reminder |
---|
6 | DocumentRoot /afs/athena.mit.edu/user/g/e/geofft/web_scripts |
---|
7 | SuExecUserGroup geofft geofft |
---|
8 | Include conf.d/vhosts-common.conf |
---|
9 | </VirtualHost> |
---|
10 | |
---|
11 | <IfModule ssl_module> |
---|
12 | <VirtualHost *:443> |
---|
13 | ServerName reminder.mit.edu |
---|
14 | ServerAlias reminder |
---|
15 | DocumentRoot /afs/athena.mit.edu/user/g/e/geofft/web_scripts |
---|
16 | SuExecUserGroup geofft geofft |
---|
17 | Include conf.d/vhosts-common-ssl.conf |
---|
18 | </VirtualHost> |
---|
19 | </IfModule> |
---|
20 | |
---|
21 | <VirtualHost *:80> |
---|
22 | ServerName phone.mit.edu |
---|
23 | ServerAlias phone |
---|
24 | DocumentRoot /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts/phone |
---|
25 | Alias /~jbarnold /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts |
---|
26 | SuExecUserGroup jbarnold jbarnold |
---|
27 | # ScriptAlias / /mit/jbarnold/web_scripts |
---|
28 | Alias /NoAuth/images/ /mit/jbarnold/web_scripts |
---|
29 | Include conf.d/vhosts-common.conf |
---|
30 | </VirtualHost> |
---|
31 | |
---|
32 | <IfModule ssl_module> |
---|
33 | <VirtualHost *:443> |
---|
34 | ServerName phone.mit.edu |
---|
35 | ServerAlias phone |
---|
36 | DocumentRoot /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts/phone |
---|
37 | Alias /~jbarnold /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts |
---|
38 | SuExecUserGroup jbarnold jbarnold |
---|
39 | Include conf.d/vhosts-common-ssl.conf |
---|
40 | </VirtualHost> |
---|
41 | </IfModule> |
---|
Note: See
TracBrowser
for help on using the repository browser.