]> Frank Brehm's Git Trees - config/dev-mail-fbrehm/etc.git/commitdiff
Configuring Apache
authorFrank Brehm <frank@brehm-online.com>
Fri, 17 Jan 2025 14:24:25 +0000 (15:24 +0100)
committerFrank Brehm <frank@brehm-online.com>
Fri, 17 Jan 2025 14:24:25 +0000 (15:24 +0100)
apache2/mods-available/status.conf

index 2f0965665866ba75532975b09da47c3a00095cc5..4d0cfc7d4c01f2cda2c8818d17a53d5d92559504 100644 (file)
@@ -1,4 +1,4 @@
-<IfModule mod_proxy.c>
+<IfModule mod_status.c>
        # 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.
        # Default: Off
        #SeeRequestTail On
 
-       # Show Proxy LoadBalancer status in mod_status
-       ProxyStatus On
+       <IfModule mod_proxy.c>
+               # Show Proxy LoadBalancer status in mod_status
+               ProxyStatus On
+       </IfModule>
+
 </IfModule>
 
 # vim: syntax=apache ts=4 sw=4 sts=4 sr noet