Last change
on this file since 588 was
588,
checked in by andersk, 17 years ago
|
Remove cert hack for windsington.
|
File size:
829 bytes
|
Line | |
---|
1 | # do not trailing-slash DocumentRoot |
---|
2 | |
---|
3 | <VirtualHost *:80> |
---|
4 | ServerName windsington.mit.edu |
---|
5 | ServerAlias windsington |
---|
6 | DocumentRoot /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts/windsington |
---|
7 | Alias /~jbarnold /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts |
---|
8 | SuExecUserGroup jbarnold jbarnold |
---|
9 | Redirect / https://scripts-cert.mit.edu/~jbarnold/windsington |
---|
10 | Include conf.d/vhosts-common.conf |
---|
11 | </VirtualHost> |
---|
12 | |
---|
13 | <IfModule ssl_module> |
---|
14 | <VirtualHost *:443 *:444> |
---|
15 | ServerName windsington.mit.edu |
---|
16 | ServerAlias windsington |
---|
17 | DocumentRoot /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts/windsington |
---|
18 | Alias /~jbarnold /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts |
---|
19 | SuExecUserGroup jbarnold jbarnold |
---|
20 | Redirect / https://scripts-cert.mit.edu/~jbarnold/windsington |
---|
21 | Include conf.d/vhosts-common-ssl.conf |
---|
22 | </VirtualHost> |
---|
23 | </IfModule> |
---|
Note: See
TracBrowser
for help on using the repository browser.