|
Last change
on this file since 789 was
779,
checked in by geofft, 17 years ago
|
|
mod_status is a serious privacy violation.
|
|
File size:
688 bytes
|
| Rev | Line | |
|---|
| [330] | 1 | DocumentRoot /afs/athena.mit.edu/contrib/scripts/web_scripts/home |
|---|
| 2 | SuExecUserGroup scripts users |
|---|
| 3 | UserDir web_scripts |
|---|
| [417] | 4 | # Comment the following line out to take the machine out of the LVS pool |
|---|
| [454] | 5 | # You'll also need to prevent it from listening on 443 or 444 |
|---|
| [330] | 6 | Alias /heartbeat /afs/athena.mit.edu/contrib/scripts/web_scripts/heartbeat |
|---|
| 7 | Alias /src /afs/athena.mit.edu/contrib/scripts/src |
|---|
| 8 | Redirect /sql https://scripts.mit.edu/~sql |
|---|
| 9 | |
|---|
| 10 | <Location ~ "/(robots\.txt|favicon\.ico)"> |
|---|
| 11 | RewriteEngine On |
|---|
| 12 | RewriteBase /~scripts |
|---|
| 13 | RewriteCond %{REQUEST_FILENAME} !-f |
|---|
| 14 | RewriteRule .*(favicon\.ico) $1 [L,NS] |
|---|
| 15 | RewriteCond %{REQUEST_FILENAME} !-f |
|---|
| 16 | RewriteRule .*(robots\.txt) $1 [L,NS] |
|---|
| 17 | </Location> |
|---|
Note: See
TracBrowser
for help on using the repository browser.