X-Git-Url: https://git.tld-linux.org/?p=packages%2Fapache.git;a=blobdiff_plain;f=apache-mod_info.conf;h=4dca4805d224afdd37614ad65620524dfef93021;hp=7fa30c9dfa8fa663848f3764a456b6341a391afb;hb=HEAD;hpb=90c90df612ee7fed362476fa3c431b405616737d diff --git a/apache-mod_info.conf b/apache-mod_info.conf index 7fa30c9..4dca480 100644 --- a/apache-mod_info.conf +++ b/apache-mod_info.conf @@ -1,4 +1,3 @@ - apache-mod_info.conf,v 1.9 2005/12/21 13:27:28 glen Exp $ LoadModule info_module modules/mod_info.so # Get information about the requests being processed by the server @@ -14,9 +13,14 @@ LoadModule info_module modules/mod_info.so # SetHandler server-info - Order deny,allow - Deny from all - Allow from 127.0.0.1 + # Require host .example.com + # Require ip 127 + Require local + + Order deny,allow + Deny from all + Allow from 127.0.0.1 +