From c9cf025fadfe043f0f2f679e10d1207d8a158bb6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 17:01:31 +0200 Subject: Adding debian version 2.4.57-2. Signed-off-by: Daniel Baumann --- debian/config-dir/mods-available/status.conf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 debian/config-dir/mods-available/status.conf (limited to 'debian/config-dir/mods-available/status.conf') diff --git a/debian/config-dir/mods-available/status.conf b/debian/config-dir/mods-available/status.conf new file mode 100644 index 0000000..cd7dd58 --- /dev/null +++ b/debian/config-dir/mods-available/status.conf @@ -0,0 +1,23 @@ +# Allow server status reports generated by mod_status, +# with the URL of http://servername/server-status +# Uncomment and change the "192.0.2.0/24" to allow access from other hosts. + + + SetHandler server-status + Require local + #Require ip 192.0.2.0/24 + + +# Keep track of extended status information for each request +ExtendedStatus On + +# Determine if mod_status displays the first 63 characters of a request or +# the last 63, assuming the request itself is greater than 63 chars. +# Default: Off +#SeeRequestTail On + + + + # Show Proxy LoadBalancer status in mod_status + ProxyStatus On + -- cgit v1.2.3