Last change
on this file since 247 was
247,
checked in by andersk, 18 years ago
|
Close the http://vhost/~wronguser hole.
|
File size:
667 bytes
|
Line | |
---|
1 | <VirtualHost *:80> |
---|
2 | ServerName mitcrew.mit.edu |
---|
3 | ServerAlias mitcrew |
---|
4 | DocumentRoot /afs/athena.mit.edu/activity/m/mitcrew/web_scripts |
---|
5 | Alias /~mitcrew /afs/athena.mit.edu/activity/m/mitcrew/web_scripts |
---|
6 | SuExecUserGroup mitcrew mitcrew |
---|
7 | Redirect / https://scripts-cert.mit.edu/~mitcrew/ |
---|
8 | Include conf.d/vhosts-common.conf |
---|
9 | </VirtualHost> |
---|
10 | |
---|
11 | <IfModule ssl_module> |
---|
12 | <VirtualHost *:443> |
---|
13 | ServerName mitcrew.mit.edu |
---|
14 | ServerAlias mitcrew |
---|
15 | DocumentRoot /afs/athena.mit.edu/activity/m/mitcrew/web_scripts |
---|
16 | Alias /~mitcrew /afs/athena.mit.edu/activity/m/mitcrew/web_scripts |
---|
17 | SuExecUserGroup mitcrew mitcrew |
---|
18 | Include conf.d/vhosts-common-ssl.conf |
---|
19 | </VirtualHost> |
---|
20 | </IfModule> |
---|
Note: See
TracBrowser
for help on using the repository browser.