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 08:09:33 UTC

svn commit: r1369729 - /httpd/httpd/trunk/docs/manual/howto/htaccess.xml

Author: gryzor
Date: Mon Aug  6 06:09:33 2012
New Revision: 1369729

URL: http://svn.apache.org/viewvc?rev=1369729&view=rev
Log:
Fixing links in the htaccess howto - this is a port of r1369725

Modified:
    httpd/httpd/trunk/docs/manual/howto/htaccess.xml

Modified: httpd/httpd/trunk/docs/manual/howto/htaccess.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/howto/htaccess.xml?rev=1369729&r1=1369728&r2=1369729&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/howto/htaccess.xml (original)
+++ httpd/httpd/trunk/docs/manual/howto/htaccess.xml Mon Aug  6 06:09:33 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>