Last change
on this file since 249 was
247,
checked in by andersk, 17 years ago
|
Close the http://vhost/~wronguser hole.
|
File size:
625 bytes
|
Rev | Line | |
---|
[132] | 1 | <VirtualHost *:80> |
---|
| 2 | ServerName sipb-tor.mit.edu |
---|
| 3 | ServerAlias sipb-tor 18.187.1.68 |
---|
| 4 | DocumentRoot /afs/sipb.mit.edu/project/tor/web_scripts |
---|
[247] | 5 | Alias /~tor /afs/sipb.mit.edu/project/tor/web_scripts |
---|
[132] | 6 | SuExecUserGroup tor tor |
---|
| 7 | ErrorLog /dev/null |
---|
[244] | 8 | Include conf.d/vhosts-common.conf |
---|
[132] | 9 | </VirtualHost> |
---|
| 10 | |
---|
[244] | 11 | <IfModule ssl_module> |
---|
| 12 | <VirtualHost *:443> |
---|
| 13 | ServerName sipb-tor.mit.edu |
---|
| 14 | ServerAlias sipb-tor 18.187.1.68 |
---|
| 15 | DocumentRoot /afs/sipb.mit.edu/project/tor/web_scripts |
---|
[247] | 16 | Alias /~tor /afs/sipb.mit.edu/project/tor/web_scripts |
---|
[244] | 17 | SuExecUserGroup tor tor |
---|
| 18 | Include conf.d/vhosts-common-ssl.conf |
---|
| 19 | ErrorLog /dev/null |
---|
| 20 | </VirtualHost> |
---|
| 21 | </IfModule> |
---|
Note: See
TracBrowser
for help on using the repository browser.