From 5d33f794c3ddbebbc2cb83eb06cf7aed80b8e58e Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Tue, 23 Mar 2010 02:27:37 +0000 Subject: [PATCH] 'Apache' => 'Apache HTTP Server' git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@926436 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_access_compat.html.en | 6 +++--- docs/manual/mod/mod_access_compat.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/manual/mod/mod_access_compat.html.en b/docs/manual/mod/mod_access_compat.html.en index 1dbe890037..00ff671960 100644 --- a/docs/manual/mod/mod_access_compat.html.en +++ b/docs/manual/mod/mod_access_compat.html.en @@ -30,8 +30,8 @@ address) Status:Extension Module Identifier:access_compat_module Source File:mod_access_compat.c -Compatibility:Available in Apache 2.3 as a compatibility module with -previous versions of Apache 2.x. The directives provided by this module +Compatibility:Available in Apache HTTP Server 2.3 as a compatibility module with +previous versions of Apache httpd 2.x. The directives provided by this module have been deprecated by the new authz refactoring. Please see mod_authz_host

Summary

@@ -121,7 +121,7 @@ server 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 - Apache to perform a double DNS lookup on the client IP + Apache httpd to perform a double 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 diff --git a/docs/manual/mod/mod_access_compat.xml b/docs/manual/mod/mod_access_compat.xml index 7ce830cec0..e17c825f79 100644 --- a/docs/manual/mod/mod_access_compat.xml +++ b/docs/manual/mod/mod_access_compat.xml @@ -28,8 +28,8 @@ address) Extension mod_access_compat.c access_compat_module -Available in Apache 2.3 as a compatibility module with -previous versions of Apache 2.x. The directives provided by this module +Available in Apache HTTP Server 2.3 as a compatibility module with +previous versions of Apache httpd 2.x. The directives provided by this module have been deprecated by the new authz refactoring. Please see mod_authz_host @@ -114,7 +114,7 @@ server 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 - Apache to perform a double DNS lookup on the client IP + Apache httpd to perform a double 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 -- 2.40.0