Ignore:
Timestamp:
Aug 18, 2008, 4:05:05 PM (16 years ago)
Author:
quentin
Message:
Add localhost to the list of scripts names
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/fedora/config/etc/httpd/conf.d/scripts-vhost.conf

    r779 r811  
    88Redirect /sql https://scripts.mit.edu/~sql
    99
     10<IfModule mod_status.c>
     11    <Location "/server-status">
     12        AuthType Basic
     13        AuthName "scripts status"
     14        AuthBasicProvider file
     15        AuthUserFile /etc/munin/apache-htpasswd
     16        Require valid-user
     17        SetHandler server-status
     18        PermitStatusHandler on
     19    </Location>
     20</IfModule>
     21
    1022<Location ~ "/(robots\.txt|favicon\.ico)">
    1123    RewriteEngine On
Note: See TracChangeset for help on using the changeset viewer.