|
Last change
on this file since 248 was
247,
checked in by andersk, 19 years ago
|
|
Close the http://vhost/~wronguser hole.
|
|
File size:
866 bytes
|
| Rev | Line | |
|---|
| [168] | 1 | # do not trailing-slash DocumentRoot |
|---|
| 2 | |
|---|
| 3 | <VirtualHost *:80> |
|---|
| 4 | ServerName reminder.mit.edu |
|---|
| 5 | ServerAlias reminder |
|---|
| [186] | 6 | DocumentRoot /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts/scripts-rt |
|---|
| [247] | 7 | Alias /~jbarnold /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts/scripts-rt |
|---|
| [186] | 8 | SuExecUserGroup jbarnold jbarnold |
|---|
| 9 | ScriptAlias / /mit/jbarnold/web_scripts/scripts-rt/bin/mason_handler.fcgi/ |
|---|
| [187] | 10 | Alias /NoAuth/images/ /mit/jbarnold/web_scripts/scripts-rt/share/html/NoAuth/images/ |
|---|
| [244] | 11 | Include conf.d/vhosts-common.conf |
|---|
| [168] | 12 | </VirtualHost> |
|---|
| 13 | |
|---|
| [244] | 14 | <IfModule ssl_module> |
|---|
| 15 | <VirtualHost *:443> |
|---|
| 16 | ServerName reminder.mit.edu |
|---|
| 17 | ServerAlias reminder |
|---|
| 18 | DocumentRoot /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts/scripts-rt |
|---|
| [247] | 19 | Alias /~jbarnold /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts/scripts-rt |
|---|
| [244] | 20 | SuExecUserGroup jbarnold jbarnold |
|---|
| 21 | Include conf.d/vhosts-common-ssl.conf |
|---|
| 22 | </VirtualHost> |
|---|
| 23 | </IfModule> |
|---|
Note: See
TracBrowser
for help on using the repository browser.