X-Git-Url: https://dehnerts.com/gitweb/?a=blobdiff_plain;f=mods-available%2Finfo.conf;h=78a0649e31068b03e84f3293b2aeefd5df72c850;hb=99163268c395189fd10155b99dbbab31c59e730f;hp=837a6419bc0bd609e04369d772c9c8c28c62dd71;hpb=c1c14e8db7d9ac7055affb2cdab504ec8ed5687f;p=sysconfig%2Fapache2.git diff --git a/mods-available/info.conf b/mods-available/info.conf index 837a641..78a0649 100644 --- a/mods-available/info.conf +++ b/mods-available/info.conf @@ -1,17 +1,15 @@ -# -# Allow remote server configuration reports, with the URL of -# http://servername/server-info (requires that mod_info.c be loaded). -# Uncomment and change the ".example.com" to allow -# access from other hosts. -# - - SetHandler server-info - Order deny,allow - Deny from all - Allow from localhost ip6-localhost -# Allow from .example.com - + + # Allow remote server configuration reports, with the URL of + # http://servername/server-info (requires that mod_info.c be loaded). + # Uncomment and change the "192.0.2.0/24" to allow access from other hosts. + # + + SetHandler server-info + Require local + #Require ip 192.0.2.0/24 + +# vim: syntax=apache ts=4 sw=4 sts=4 sr noet