From eb062107da7cfdd0137ac5b02ad5345533b65530 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Mon, 13 May 2013 13:23:51 +0300 Subject: [PATCH] secure server-status --- install/0.9.7/rhel/httpd-status.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/0.9.7/rhel/httpd-status.conf b/install/0.9.7/rhel/httpd-status.conf index a1b8e39a..f68f293d 100644 --- a/install/0.9.7/rhel/httpd-status.conf +++ b/install/0.9.7/rhel/httpd-status.conf @@ -3,5 +3,5 @@ Listen 127.0.0.1:8081 SetHandler server-status Order deny,allow Deny from all - Allow from all + Allow from 127.0.0.1