From: Rich Bowen Date: Thu, 15 Mar 2012 11:53:19 +0000 (+0000) Subject: Patches from Daniel Gruno (rumble at cord dot dk) for broken links in X-Git-Tag: 2.5.0-alpha~7363 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40a9cce8312d5405336f857e6dce441e6468b7a2;p=apache Patches from Daniel Gruno (rumble at cord dot dk) for broken links in docs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1300935 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_auth_basic.xml b/docs/manual/mod/mod_auth_basic.xml index d02bbc6d5a..b60ac91b03 100644 --- a/docs/manual/mod/mod_auth_basic.xml +++ b/docs/manual/mod/mod_auth_basic.xml @@ -41,7 +41,6 @@ AuthName AuthType Require -Match Authentication howto diff --git a/docs/manual/mod/mod_auth_digest.xml b/docs/manual/mod/mod_auth_digest.xml index 8e06f6b9d7..8dad0c1dcc 100644 --- a/docs/manual/mod/mod_auth_digest.xml +++ b/docs/manual/mod/mod_auth_digest.xml @@ -38,7 +38,6 @@ AuthName AuthType Require -Match Authentication howto
Using Digest Authentication diff --git a/docs/manual/mod/mod_auth_form.xml b/docs/manual/mod/mod_auth_form.xml index 03a05005ce..84d8483111 100644 --- a/docs/manual/mod/mod_auth_form.xml +++ b/docs/manual/mod/mod_auth_form.xml @@ -265,7 +265,7 @@

One option is to use the mod_include module along with the - KeptBodySize directive, along with a suitable + KeptBodySize directive, along with a suitable CGI script to embed the variables in the form.

Another option is to render the login form using a CGI script or other dynamic @@ -529,7 +529,7 @@ lower level modules AuthFormMethod, AuthFormMimetype and AuthFormBody, you probably want to set this - field to a similar size as the KeptBodySize + field to a similar size as the KeptBodySize directive.