summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Deffontaines <gryzor@apache.org>2012-08-06 08:09:33 +0200
committerVincent Deffontaines <gryzor@apache.org>2012-08-06 08:09:33 +0200
commitce4b577ce1602dfb103c3fcbca25563cd39ae92e (patch)
treede2e155807bd348925673121d01066d1bf08c368
parentxforms (diff)
downloadapache2-ce4b577ce1602dfb103c3fcbca25563cd39ae92e.tar.xz
apache2-ce4b577ce1602dfb103c3fcbca25563cd39ae92e.zip
Fixing links in the htaccess howto - this is a port of r1369725
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369729 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/howto/htaccess.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/howto/htaccess.xml b/docs/manual/howto/htaccess.xml
index 5c8ddb9871..875ea201cb 100644
--- a/docs/manual/howto/htaccess.xml
+++ b/docs/manual/howto/htaccess.xml
@@ -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>