You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gr...@apache.org on 2012/08/06 07:59:53 UTC

svn commit: r1369725 - /httpd/httpd/branches/2.4.x/docs/manual/howto/htaccess.xml

Author: gryzor
Date: Mon Aug  6 05:59:53 2012
New Revision: 1369725

URL: http://svn.apache.org/viewvc?rev=1369725&view=rev
Log:
Fixing link as reported by Louise Hope @ http://httpd.apache.org/docs/2.2/howto/htaccess.html#comment_184

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/howto/htaccess.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/howto/htaccess.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/howto/htaccess.xml?rev=1369725&r1=1369724&r2=1369725&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/howto/htaccess.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/howto/htaccess.xml Mon Aug  6 05:59:53 2012
@@ -47,11 +47,11 @@ changes on a per-directory basis.</p>
             <directive module="core">Options</directive>
             <directive module="mod_mime">AddHandler</directive>
             <directive module="core">SetHandler</directive>
-            <directive module="mod_authn_core">AuthType</directive>
-            <directive module="mod_authn_core">AuthName</directive>
+            <directive module="core">AuthType</directive>
+            <directive module="core">AuthName</directive>
             <directive module="mod_authn_file">AuthUserFile</directive>
             <directive module="mod_authz_groupfile">AuthGroupFile</directive>
-            <directive module="mod_authz_core">Require</directive>
+            <directive module="core">Require</directive>
         </directivelist>
 
     </related>