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/j/b/jbarnold/web_scripts/scripts-rt |
---|
7 | Alias /~jbarnold /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts |
---|
8 | SuExecUserGroup jbarnold jbarnold |
---|
9 | ScriptAlias / /mit/jbarnold/web_scripts |
---|
10 | Alias /NoAuth/images/ /mit/jbarnold/web_scripts |
---|
11 | Include conf.d/vhosts-common.conf |
---|
12 | </VirtualHost> |
---|
13 | |
---|
14 | <IfModule ssl_module> |
---|
15 | <VirtualHost *:443> |
---|
16 | ServerName reminder.mit.edu |
---|
17 | ServerAlias reminder |
---|
18 | DocumentRoot /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts/scripts-rt |
---|
19 | Alias /~jbarnold /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts |
---|
20 | SuExecUserGroup jbarnold jbarnold |
---|
21 | Include conf.d/vhosts-common-ssl.conf |
---|
22 | </VirtualHost> |
---|
23 | </IfModule> |
---|
24 | |
---|
25 | <VirtualHost *:80> |
---|
26 | ServerName phone.mit.edu |
---|
27 | ServerAlias phone |
---|
28 | DocumentRoot /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts/phone |
---|
29 | Alias /~jbarnold /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts |
---|
30 | SuExecUserGroup jbarnold jbarnold |
---|
31 | ScriptAlias / /mit/jbarnold/web_scripts |
---|
32 | Alias /NoAuth/images/ /mit/jbarnold/web_scripts |
---|
33 | Include conf.d/vhosts-common.conf |
---|
34 | </VirtualHost> |
---|
35 | |
---|
36 | <IfModule ssl_module> |
---|
37 | <VirtualHost *:443> |
---|
38 | ServerName phone.mit.edu |
---|
39 | ServerAlias phone |
---|
40 | DocumentRoot /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts/phone |
---|
41 | Alias /~jbarnold /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts |
---|
42 | SuExecUserGroup jbarnold jbarnold |
---|
43 | Include conf.d/vhosts-common-ssl.conf |
---|
44 | </VirtualHost> |
---|
45 | </IfModule> |
---|
Note: See
TracBrowser
for help on using the repository browser.