]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
'Apache' => 'Apache HTTP Server'
authorRich Bowen <rbowen@apache.org>
Tue, 23 Mar 2010 02:27:37 +0000 (02:27 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 23 Mar 2010 02:27:37 +0000 (02:27 +0000)
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
docs/manual/mod/mod_access_compat.xml

index 1dbe8900377d9669153102aab5652077004b9017..00ff671960f77a77de72c2287261347f15d1b6a3 100644 (file)
@@ -30,8 +30,8 @@ address)</td></tr>
 <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
 <tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>access_compat_module</td></tr>
 <tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_access_compat.c</td></tr>
-<tr><th><a href="module-dict.html#Compatibility">Compatibility:</a></th><td>Available in Apache 2.3 as a compatibility module with 
-previous versions of Apache 2.x.  The directives provided by this module
+<tr><th><a href="module-dict.html#Compatibility">Compatibility:</a></th><td>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 
 <code class="module"><a href="../mod/mod_authz_host.html">mod_authz_host</a></code></td></tr></table>
 <h3>Summary</h3>
@@ -121,7 +121,7 @@ server</td></tr>
       access. Only complete components are matched, so the above
       example will match <code>foo.apache.org</code> but it will not
       match <code>fooapache.org</code>. 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 <code class="directive"><a href="../mod/core.html#hostnamelookups">HostnameLookups</a></code> 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
index 7ce830cec063af5192bdcefce65af572289b7949..e17c825f79d1fe71cdf602ae052b7b1929bd28a9 100644 (file)
@@ -28,8 +28,8 @@ address)</description>
 <status>Extension</status>
 <sourcefile>mod_access_compat.c</sourcefile>
 <identifier>access_compat_module</identifier>
-<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 
 <module>mod_authz_host</module></compatibility>
 
@@ -114,7 +114,7 @@ server</description>
       access. Only complete components are matched, so the above
       example will match <code>foo.apache.org</code> but it will not
       match <code>fooapache.org</code>. 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 <directive
       module="core">HostnameLookups</directive> directive.  It will do
       a reverse DNS lookup on the IP address to find the associated