From 388a38d03c8db6141bf6b494d3e912d3afc0e7ab Mon Sep 17 00:00:00 2001
From: Joshua Slive
Hosts whose names match, or end in, this string are allowed
access. Only complete components are matched, so the above
- example will match foo.apache.org
but it will
- not match fooapache.org
. This configuration will
- cause the server to perform a reverse DNS lookup on the
- client IP address, regardless of the setting of the HostnameLookups
- directive.
foo.apache.org
but it will not
+ match fooapache.org
. This configuration will cause
+ Apache to perform a double reverse DNS lookup on the client IP
+ address, regardless of the setting of the HostnameLookups
directive. It will do
+ a reverse DNS lookup on the IP address to find the associated
+ hostname, and then do a forward lookup on the hostname to assure
+ that it matches the original IP address. Only if the forward
+ and reverse DNS are consistent and the hostname matches will
+ access be allowed.
Hosts whose names match, or end in, this string are allowed
access. Only complete components are matched, so the above
- example will match foo.apache.org
but it will
- not match fooapache.org
. This configuration will
- cause the server to perform a reverse DNS lookup on the
- client IP address, regardless of the setting of the
foo.apache.org
but it will not
+ match fooapache.org
. This configuration will cause
+ Apache to perform a double reverse DNS lookup on the client IP
+ address, regardless of the setting of the