]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_status.conf
Fix undefined symbol: ERR_GET_FUNC with openssl 3 and apply patch from
[packages/apache.git] / apache-mod_status.conf
index a5fd90b9bb65eccb6f680de00989d4d0f52b2c9a..6477a232966684203ebd6772a6030b24b6c9a917 100644 (file)
@@ -17,6 +17,11 @@ LoadModule status_module             modules/mod_status.so
        # Require host .example.com
        # Require ip 127
        Require local
+       <IfModule mod_access_compat.c>
+               Order deny,allow
+               Deny from all
+               Allow from 127.0.0.1
+       </IfModule>
 </Location>
 
 #
This page took 0.0615 seconds and 4 git commands to generate.