Răsfoiți Sursa

secure server-status

Serghey Rodin 12 ani în urmă
părinte
comite
eb062107da
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      install/0.9.7/rhel/httpd-status.conf

+ 1 - 1
install/0.9.7/rhel/httpd-status.conf

@@ -3,5 +3,5 @@ Listen 127.0.0.1:8081
     SetHandler server-status
     SetHandler server-status
     Order deny,allow
     Order deny,allow
     Deny from all
     Deny from all
-    Allow from all
+    Allow from 127.0.0.1
 </Location>
 </Location>