From 8228d4712ac675e4edea6328efbfc6356fc39778 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sun, 27 Oct 2019 20:48:23 +0000 Subject: [PATCH] Fix alignment in a block. Add directive name in so that 'quickreference.html' is generated with the corresponding default value. Avoid some duplicated words (i.e. 'to to'). Fix some incorrect directive name in some description. Fix the description of 'AuthFormBody' which was a copy&paste of 'AuthFormMethod'. Remove some useless around 'On|Off'. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1869053 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_auth_form.xml | 32 +++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/manual/mod/mod_auth_form.xml b/docs/manual/mod/mod_auth_form.xml index 4f2f8a97fd..e3fc46e67f 100644 --- a/docs/manual/mod/mod_auth_form.xml +++ b/docs/manual/mod/mod_auth_form.xml @@ -285,9 +285,9 @@ SessionCookieName session path=/ CGI example - AuthFormProvider file - ErrorDocument 401 "/cgi-bin/login.cgi" - ... +AuthFormProvider file +ErrorDocument 401 "/cgi-bin/login.cgi" +... @@ -412,7 +412,7 @@ lower level modules AuthFormUsername The name of a form field carrying the login username AuthFormUsername fieldname -httpd_username +AuthFormUsername httpd_username directory AuthConfig @@ -429,7 +429,7 @@ lower level modules AuthFormPassword The name of a form field carrying the login password AuthFormPassword fieldname -httpd_password +AuthFormPassword httpd_password directory AuthConfig @@ -446,7 +446,7 @@ lower level modules AuthFormLocation The name of a form field carrying a URL to redirect to on successful login AuthFormLocation fieldname -httpd_location +AuthFormLocation httpd_location directory AuthConfig @@ -463,7 +463,7 @@ lower level modules AuthFormMethod The name of a form field carrying the method of the request to attempt on successful login AuthFormMethod fieldname -httpd_method +AuthFormMethod httpd_method directory AuthConfig @@ -471,7 +471,7 @@ lower level modules

The AuthFormMethod directive specifies - the name of an HTML field which, if present, will contain the method of the request to + the name of an HTML field which, if present, will contain the method of the request to submit should login be successful.

By populating the form with fields described by @@ -487,14 +487,14 @@ lower level modules AuthFormMimetype The name of a form field carrying the mimetype of the body of the request to attempt on successful login AuthFormMimetype fieldname -httpd_mimetype +AuthFormMimetype httpd_mimetype directory AuthConfig Available in Apache HTTP Server 2.3.0 and later -

The AuthFormMethod directive specifies +

The AuthFormMimetype directive specifies the name of an HTML field which, if present, will contain the mimetype of the request to submit should login be successful.

@@ -511,15 +511,15 @@ lower level modules AuthFormBody The name of a form field carrying the body of the request to attempt on successful login AuthFormBody fieldname -httpd_body +AuthFormBody httpd_body directory AuthConfig Available in Apache HTTP Server 2.3.0 and later -

The AuthFormMethod directive specifies - the name of an HTML field which, if present, will contain the method of the request to +

The AuthFormBody directive specifies + the name of an HTML field which, if present, will contain the body of the request to submit should login be successful.

By populating the form with fields described by @@ -535,7 +535,7 @@ lower level modules AuthFormSize The largest size of the form in bytes that will be parsed for the login details AuthFormSize size -8192 +AuthFormSize 8192 directory Available in Apache HTTP Server 2.3.0 and later @@ -609,7 +609,7 @@ parser has been added in 2.4.4. AuthFormFakeBasicAuth Fake a Basic Authentication header -AuthFormFakeBasicAuth On|Off +AuthFormFakeBasicAuth On|Off AuthFormFakeBasicAuth Off directory @@ -668,7 +668,7 @@ parser has been added in 2.4.4. AuthFormDisableNoStore Disable the CacheControl no-store header on the login page -AuthFormDisableNoStore On|Off +AuthFormDisableNoStore On|Off AuthFormDisableNoStore Off directory -- 2.50.1