release
[hcoop/zz_old/debian/hcoop-apache2-config.git] / files / mods-available / status.conf.hcoop
1 <IfModule mod_status.c>
2
3 # hcoop-change: Server status is enabled in the default vhost and not
4 # for all vhosts.
5
6 # Keep track of extended status information for each request
7 ExtendedStatus On
8
9 # Determine if mod_status displays the first 63 characters of a request or
10 # the last 63, assuming the request itself is greater than 63 chars.
11 # Default: Off
12 #SeeRequestTail On
13
14
15 <IfModule mod_proxy.c>
16 # Show Proxy LoadBalancer status in mod_status
17 ProxyStatus On
18 </IfModule>
19
20
21 </IfModule>