You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2012/10/12 20:51:11 UTC

svn commit: r1397683 - in /httpd/httpd/branches/2.4.x/docs/manual/mod: mod_info.html.en mod_info.xml

Author: covener
Date: Fri Oct 12 18:51:10 2012
New Revision: 1397683

URL: http://svn.apache.org/viewvc?rev=1397683&view=rev
Log:
Merge r1397681 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/:

PR53998, stray mod_access reference in mod_info

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_info.html.en
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_info.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_info.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_info.html.en?rev=1397683&r1=1397682&r2=1397683&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_info.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_info.html.en Fri Oct 12 18:51:10 2012
@@ -46,7 +46,7 @@ configuration</td></tr>
     </pre>
 
 
-    <p>You may wish to use <code class="module"><a href="../mod/mod_access.html">mod_access</a></code> inside the
+    <p>You may wish to use <code class="module"><a href="../mod/mod_authz_host.html">mod_authz_host</a></code> inside the
     <code class="directive"><a href="../mod/core.html#location">&lt;Location&gt;</a></code>
     directive to limit access to your server configuration
     information:</p>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_info.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_info.xml?rev=1397683&r1=1397682&r2=1397683&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_info.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_info.xml Fri Oct 12 18:51:10 2012
@@ -39,7 +39,7 @@ configuration</description>
 &lt;/Location&gt;
     </highlight>
 
-    <p>You may wish to use <module>mod_access</module> inside the
+    <p>You may wish to use <module>mod_authz_host</module> inside the
     <directive type="section" module="core">Location</directive>
     directive to limit access to your server configuration
     information:</p>