]> granicus.if.org Git - apache/commitdiff
Merge r1397681 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/:
authorEric Covener <covener@apache.org>
Fri, 12 Oct 2012 18:51:10 +0000 (18:51 +0000)
committerEric Covener <covener@apache.org>
Fri, 12 Oct 2012 18:51:10 +0000 (18:51 +0000)
PR53998, stray mod_access reference in mod_info

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1397683 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_info.html.en
docs/manual/mod/mod_info.xml

index a51a95ff1be04555cbbb6ef2e468ab7d9bd54f9b..fd010f94f70438e48bca16b38ce2934b731fd269 100644 (file)
@@ -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>
index c773189dd3e2d0af2f2327ec9cfd5af82d7f72b9..1fdad686af81c880d9ff06498c977977f6db4885 100644 (file)
@@ -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>