You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2010/03/23 03:27:37 UTC

svn commit: r926436 - in /httpd/httpd/trunk/docs/manual/mod: mod_access_compat.html.en mod_access_compat.xml

Author: rbowen
Date: Tue Mar 23 02:27:37 2010
New Revision: 926436

URL: http://svn.apache.org/viewvc?rev=926436&view=rev
Log:
'Apache' => 'Apache HTTP Server'

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_access_compat.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_access_compat.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_access_compat.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_access_compat.html.en?rev=926436&r1=926435&r2=926436&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_access_compat.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_access_compat.html.en Tue Mar 23 02:27:37 2010
@@ -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

Modified: httpd/httpd/trunk/docs/manual/mod/mod_access_compat.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_access_compat.xml?rev=926436&r1=926435&r2=926436&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_access_compat.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_access_compat.xml Tue Mar 23 02:27:37 2010
@@ -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