Changeset 417


Ignore:
Timestamp:
Sep 24, 2007, 9:37:54 PM (17 years ago)
Author:
quentin
Message:
Enable munin apache graphing by turning on server-status
File:
1 edited

Legend:

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

    r330 r417  
    22SuExecUserGroup scripts users
    33UserDir web_scripts
     4# Comment the following line out to take the machine out of the LVS pool
    45Alias /heartbeat /afs/athena.mit.edu/contrib/scripts/web_scripts/heartbeat
    56Alias /src /afs/athena.mit.edu/contrib/scripts/src
    67Redirect /sql https://scripts.mit.edu/~sql
     8
     9# quentin 2007/09/20
     10<Location "/server-status">
     11    AuthType Basic
     12    AuthName "scripts status"
     13    AuthBasicProvider file
     14    AuthUserFile /etc/munin/apache-htpasswd
     15    Require valid-user
     16    SetHandler server-status
     17</Location>
    718
    819<Location ~ "/(robots\.txt|favicon\.ico)">
Note: See TracChangeset for help on using the changeset viewer.