Author: glen Date: Wed Dec 14 22:03:22 2005 GMT Module: SOURCES Tag: HEAD ---- Log message: - add settings from 2.2.0 sources: extra/httpd-info.conf
---- Files affected: SOURCES: apache-mod_info.conf (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SOURCES/apache-mod_info.conf diff -u SOURCES/apache-mod_info.conf:1.4 SOURCES/apache-mod_info.conf:1.5 --- SOURCES/apache-mod_info.conf:1.4 Fri Oct 15 20:57:51 2004 +++ SOURCES/apache-mod_info.conf Wed Dec 14 23:03:17 2005 @@ -1,17 +1,22 @@ # $Id$ LoadModule info_module modules/mod_info.so +# Get information about the requests being processed by the server +# and the configuration of the server. +# +# Required modules: mod_info (for the server-info handler) + <IfModule mod_info.c> # # Allow remote server configuration reports, with the URL of # http://servername/server-info (requires that mod_info.c be loaded). -# Change the ".your-domain.com" to match your domain to enable. +# Change the ".example.com" to match your domain to enable. # <Location /server-info> SetHandler server-info Order deny,allow Deny from all - Allow from 127.0.0.1 + Allow from .example.com </Location> </IfModule> ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SOURCES/apache-mod_info.conf?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
