From 9d6fa5aa908aa1a9c73db88da1a01c917977f9ef Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 15 Mar 2012 11:53:21 +0000 Subject: [PATCH] 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/branches/2.4.x@1300936 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_auth_basic.xml | 1 - docs/manual/mod/mod_auth_digest.xml | 1 - docs/manual/mod/mod_auth_form.xml | 4 ++-- 3 files changed, 2 insertions(+), 4 deletions(-) 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.

-- 2.50.1