From f08fba0f09f219429cc2d7c288dda948f7d94c92 Mon Sep 17 00:00:00 2001
From: Rich Bowen The part that does the actual login is handled by the form-login-handler.
The action of the form should point at this handler, which is configured within
- Apache as follows:
To enable body preservation, add three additional fields to the login form as
@@ -383,7 +383,7 @@ lower level modules
The The The The The The The The The The The The The The part that does the actual login is handled by the form-login-handler.
The action of the form should point at this handler, which is configured within
- Apache as follows:
<Location /dologin.html>
@@ -270,7 +270,7 @@
mod_auth_form
addresses this by allowing the method and body
of the original request to be embedded in the login form. If authentication
- is successful, the original method and body will be retried by Apache, preserving
+ is successful, the original method and body will be retried by Apache httpd, preserving
the state of the original request.Context: directory Status: Base
-Module: mod_auth_form
+Compatibility: Available in Apache 2.3.0 and later Compatibility: Available in Apache HTTP Server 2.3.0 and later AuthFormMethod
directive specifies
the name of an HTML field which, if present, will contain the method of the request to
@@ -406,7 +406,7 @@ lower level modules
Context: directory Status: Base
-Module: mod_auth_form
+Compatibility: Available in Apache 2.3.0 and later Compatibility: Available in Apache HTTP Server 2.3.0 and later AuthFormDisableNoStore
flag
disables the sending of a Cache-Control no-store
header with the
@@ -426,7 +426,7 @@ lower level modules
Context: directory Status: Base
-Module: mod_auth_form
+Compatibility: Available in Apache 2.3.0 and later Compatibility: Available in Apache HTTP Server 2.3.0 and later AuthFormFakeBasicAuth
flag
determines whether a Basic Authentication
header will be added to
@@ -445,7 +445,7 @@ lower level modules
Context: directory Status: Base
-Module: mod_auth_form
+Compatibility: Available in Apache 2.3.0 and later Compatibility: Available in Apache HTTP Server 2.3.0 and later AuthFormLocation
directive specifies
the name of an HTML field which, if present, will contain a URL to redirect the browser to
@@ -461,7 +461,7 @@ lower level modules
Context: directory Status: Base
-Module: mod_auth_form
+Compatibility: Available in Apache 2.3.0 and later Compatibility: Available in Apache HTTP Server 2.3.0 and later AuthFormLoginRequiredLocation
directive
specifies the URL to redirect to should the user not be authorised to view a page. By default,
@@ -483,7 +483,7 @@ lower level modules
Context: directory Status: Base
-Module: mod_auth_form
+Compatibility: Available in Apache 2.3.0 and later Compatibility: Available in Apache HTTP Server 2.3.0 and later AuthFormLoginSuccessLocation
directive
specifies the URL to redirect to should the user have logged in successfully. This directive
@@ -504,7 +504,7 @@ lower level modules
Context: directory Status: Base
-Module: mod_auth_form
+Compatibility: Available in Apache 2.3.0 and later Compatibility: Available in Apache HTTP Server 2.3.0 and later AuthFormLogoutLocation
directive
specifies the URL of a page on the server to redirect to should the user attempt to log out.Context: directory Status: Base
-Module: mod_auth_form
+Compatibility: Available in Apache 2.3.0 and later Compatibility: Available in Apache HTTP Server 2.3.0 and later AuthFormMethod
directive specifies
the name of an HTML field which, if present, will contain the method of the request to
@@ -562,7 +562,7 @@ lower level modules
Context: directory Status: Base
-Module: mod_auth_form
+Compatibility: Available in Apache 2.3.0 and later Compatibility: Available in Apache HTTP Server 2.3.0 and later AuthFormMethod
directive specifies
the name of an HTML field which, if present, will contain the
@@ -585,7 +585,7 @@ lower level modules
Context: directory Status: Base
-Module: mod_auth_form
+Compatibility: Available in Apache 2.3.0 and later Compatibility: Available in Apache HTTP Server 2.3.0 and later AuthFormPassword
directive specifies
the name of an HTML field which, if present, will contain the password to be used to log
@@ -638,10 +638,10 @@ lower level modules
Context: directory Status: Base
-Module: mod_auth_form
+Compatibility: Available in Apache 2.3.0 and later Compatibility: Available in Apache HTTP Server 2.3.0 and later AuthFormSitePassphrase
directive
- specifies a passphrase which, if present in the user session, causes Apache to
+ specifies a passphrase which, if present in the user session, causes Apache httpd to
bypass authentication checks for the given URL. It can be used on high traffic websites
to reduce the load induced on authentication infrastructure.Context: directory Status: Base
-Module: mod_auth_form
+Compatibility: Available in Apache 2.3.0 and later Compatibility: Available in Apache HTTP Server 2.3.0 and later AuthFormSize
directive specifies
the maximum size of the body of the request that will be parsed to find the login form.Context: directory Status: Base
-Module: mod_auth_form
+Compatibility: Available in Apache 2.3.0 and later Compatibility: Available in Apache HTTP Server 2.3.0 and later AuthFormUsername
directive specifies
the name of an HTML field which, if present, will contain the username to be used to log
diff --git a/docs/manual/mod/mod_auth_form.xml b/docs/manual/mod/mod_auth_form.xml
index 656f0c2ecb..25b6f3fce1 100644
--- a/docs/manual/mod/mod_auth_form.xml
+++ b/docs/manual/mod/mod_auth_form.xml
@@ -125,7 +125,7 @@
To enable body preservation, add three additional fields to the login form as
@@ -392,7 +392,7 @@ lower level modules
The The The The The The The The The The The The The