/[sysadmin-cookbook]/recepies/apache2/server-status.conf
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /recepies/apache2/server-status.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 156 - (show annotations)
Mon Nov 9 14:42:52 2009 UTC (14 years, 5 months ago) by dpavlin
File size: 243 byte(s)
add /server-status in /etc/apache2/conf.d/

1 <IfModule mod_status.c>
2
3 # munin needs ExtededStatus
4 ExtendedStatus On
5
6 <Location /server-status>
7 SetHandler server-status
8 Order deny,allow
9 Deny from all
10 # Allow from all
11 Allow from 127.0.0.1
12 Allow from .ffzg.hr
13 </Location>
14
15 </IfModule>
16

  ViewVC Help
Powered by ViewVC 1.1.26