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
|
Rev | Line | |
---|
[167] | 1 | <VirtualHost *:80> |
---|
| 2 | ServerName mitcrew.mit.edu |
---|
| 3 | ServerAlias mitcrew |
---|
| 4 | DocumentRoot /afs/athena.mit.edu/activity/m/mitcrew/web_scripts |
---|
[247] | 5 | Alias /~mitcrew /afs/athena.mit.edu/activity/m/mitcrew/web_scripts |
---|
[167] | 6 | SuExecUserGroup mitcrew mitcrew |
---|
| 7 | Redirect / https://scripts-cert.mit.edu/~mitcrew/ |
---|
[244] | 8 | Include conf.d/vhosts-common.conf |
---|
[167] | 9 | </VirtualHost> |
---|
| 10 | |
---|
[244] | 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 |
---|
[247] | 16 | Alias /~mitcrew /afs/athena.mit.edu/activity/m/mitcrew/web_scripts |
---|
[244] | 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.