]> granicus.if.org Git - apache/commitdiff
Patches from Daniel Gruno (rumble at cord dot dk) for broken links in
authorRich Bowen <rbowen@apache.org>
Thu, 15 Mar 2012 11:53:21 +0000 (11:53 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 15 Mar 2012 11:53:21 +0000 (11:53 +0000)
docs.

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

docs/manual/mod/mod_auth_basic.xml
docs/manual/mod/mod_auth_digest.xml
docs/manual/mod/mod_auth_form.xml

index d02bbc6d5a0a0e80b89cf65b28985db8fa5bd1e5..b60ac91b03c7f6213296053263f7fa02b0d4c92c 100644 (file)
@@ -41,7 +41,6 @@
 <seealso><directive module="mod_authn_core">AuthName</directive></seealso>
 <seealso><directive module="mod_authn_core">AuthType</directive></seealso>
 <seealso><directive module="mod_authz_core">Require</directive></seealso>
-<seealso><directive module="mod_authz_core">Match</directive></seealso>
 <seealso><a href="../howto/auth.html">Authentication howto</a></seealso>
 
 <directivesynopsis>
index 8e06f6b9d7b6efabef60a72cb5a651e52dc4922f..8dad0c1dcc3d626b4b55f4c3b4bed51fec199812 100644 (file)
@@ -38,7 +38,6 @@
 <seealso><directive module="mod_authn_core">AuthName</directive></seealso>
 <seealso><directive module="mod_authn_core">AuthType</directive></seealso>
 <seealso><directive module="mod_authz_core">Require</directive></seealso>
-<seealso><directive module="mod_authz_core">Match</directive></seealso>
 <seealso><a href="../howto/auth.html">Authentication howto</a></seealso>
 
 <section id="using"><title>Using Digest Authentication</title>
index 03a05005ce10b481b445e8a4812e4d81112fcc82..84d84831114edc082bebcb426815830e2f31ae74 100644 (file)
       </p>
 
       <p>One option is to use the <module>mod_include</module> module along with the
-      <directive module="core">KeptBodySize</directive> directive, along with a suitable
+      <directive module="mod_request">KeptBodySize</directive> directive, along with a suitable
       CGI script to embed the variables in the form.</p>
 
       <p>Another option is to render the login form using a CGI script or other dynamic
@@ -529,7 +529,7 @@ lower level modules</description>
     <directive module="mod_auth_form">AuthFormMethod</directive>,
     <directive module="mod_auth_form">AuthFormMimetype</directive> and
     <directive module="mod_auth_form">AuthFormBody</directive>, you probably want to set this
-    field to a similar size as the <directive module="core">KeptBodySize</directive>
+    field to a similar size as the <directive module="mod_request">KeptBodySize</directive>
     directive.</p>
 
 </usage>