Last change
on this file since 345 was
342,
checked in by andersk, 17 years ago
|
Move vhosts from jbarnold.conf to the right users.
|
File size:
1.1 KB
|
Line | |
---|
1 | # do not trailing-slash DocumentRoot |
---|
2 | |
---|
3 | <VirtualHost *:80> |
---|
4 | ServerName geofft.mit.edu |
---|
5 | ServerAlias geofft |
---|
6 | DocumentRoot /afs/athena.mit.edu/user/g/e/geofft/web_scripts/geofft |
---|
7 | Alias /~geofft /afs/athena.mit.edu/user/g/e/geofft/web_scripts |
---|
8 | SuExecUserGroup geofft geofft |
---|
9 | Include conf.d/vhosts-common.conf |
---|
10 | </VirtualHost> |
---|
11 | |
---|
12 | <IfModule ssl_module> |
---|
13 | <VirtualHost *:443 *:444> |
---|
14 | ServerName geofft.mit.edu |
---|
15 | ServerAlias geofft |
---|
16 | DocumentRoot /afs/athena.mit.edu/user/g/e/geofft/web_scripts/geofft |
---|
17 | Alias /~geofft /afs/athena.mit.edu/user/g/e/geofft/web_scripts |
---|
18 | SuExecUserGroup geofft geofft |
---|
19 | Include conf.d/vhosts-common-ssl.conf |
---|
20 | </VirtualHost> |
---|
21 | </IfModule> |
---|
22 | |
---|
23 | <VirtualHost *:80> |
---|
24 | ServerName reminder.mit.edu |
---|
25 | ServerAlias reminder |
---|
26 | DocumentRoot /afs/athena.mit.edu/user/g/e/geofft/web_scripts |
---|
27 | SuExecUserGroup geofft geofft |
---|
28 | Include conf.d/vhosts-common.conf |
---|
29 | </VirtualHost> |
---|
30 | |
---|
31 | <IfModule ssl_module> |
---|
32 | <VirtualHost *:443 *:444> |
---|
33 | ServerName reminder.mit.edu |
---|
34 | ServerAlias reminder |
---|
35 | DocumentRoot /afs/athena.mit.edu/user/g/e/geofft/web_scripts |
---|
36 | SuExecUserGroup geofft geofft |
---|
37 | Include conf.d/vhosts-common-ssl.conf |
---|
38 | </VirtualHost> |
---|
39 | </IfModule> |
---|
Note: See
TracBrowser
for help on using the repository browser.