SOURCES: apache-mod_info.conf - prevent possible DNS DoS, and use ...
glen
glen at pld-linux.org
Wed Dec 14 23:23:05 CET 2005
Author: glen Date: Wed Dec 14 22:23:05 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- prevent possible DNS DoS, and use IP rather DNS name
---- Files affected:
SOURCES:
apache-mod_info.conf (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SOURCES/apache-mod_info.conf
diff -u SOURCES/apache-mod_info.conf:1.5 SOURCES/apache-mod_info.conf:1.6
--- SOURCES/apache-mod_info.conf:1.5 Wed Dec 14 23:03:17 2005
+++ SOURCES/apache-mod_info.conf Wed Dec 14 23:23:00 2005
@@ -16,7 +16,7 @@
SetHandler server-info
Order deny,allow
Deny from all
- Allow from .example.com
+ Allow from 127.0.0.1
</Location>
</IfModule>
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/apache-mod_info.conf?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list