You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2012/03/15 12:53:19 UTC

svn commit: r1300935 - in /httpd/httpd/trunk/docs/manual/mod: mod_auth_basic.xml mod_auth_digest.xml mod_auth_form.xml

Author: rbowen
Date: Thu Mar 15 11:53:19 2012
New Revision: 1300935

URL: http://svn.apache.org/viewvc?rev=1300935&view=rev
Log:
Patches from Daniel Gruno (rumble at cord dot dk) for broken links in
docs.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_auth_basic.xml
    httpd/httpd/trunk/docs/manual/mod/mod_auth_digest.xml
    httpd/httpd/trunk/docs/manual/mod/mod_auth_form.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_auth_basic.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_auth_basic.xml?rev=1300935&r1=1300934&r2=1300935&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_auth_basic.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_auth_basic.xml Thu Mar 15 11:53:19 2012
@@ -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>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_auth_digest.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_auth_digest.xml?rev=1300935&r1=1300934&r2=1300935&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_auth_digest.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_auth_digest.xml Thu Mar 15 11:53:19 2012
@@ -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>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_auth_form.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_auth_form.xml?rev=1300935&r1=1300934&r2=1300935&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_auth_form.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_auth_form.xml Thu Mar 15 11:53:19 2012
@@ -265,7 +265,7 @@
       </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>