From f08fba0f09f219429cc2d7c288dda948f7d94c92 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Tue, 23 Mar 2010 12:27:20 +0000 Subject: [PATCH] 'Apache' -> 'Apache HTTP Server' where appropriate. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@926537 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_auth_form.html.en | 32 +++++++++++++-------------- docs/manual/mod/mod_auth_form.xml | 32 +++++++++++++-------------- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/docs/manual/mod/mod_auth_form.html.en b/docs/manual/mod/mod_auth_form.html.en index 0a76550b0c..cd27935588 100644 --- a/docs/manual/mod/mod_auth_form.html.en +++ b/docs/manual/mod/mod_auth_form.html.en @@ -154,7 +154,7 @@

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:

+ Apache httpd as follows:

Form login handler example

<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.

To enable body preservation, add three additional fields to the login form as @@ -383,7 +383,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

The 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

The 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

The 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

The 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

The 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

The 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

The AuthFormLogoutLocation directive specifies the URL of a page on the server to redirect to should the user attempt to log out.

@@ -539,7 +539,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

The 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

The 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

The 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

The 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.

@@ -670,7 +670,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

The AuthFormSize directive specifies the maximum size of the body of the request that will be parsed to find the login form.

@@ -696,7 +696,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

The 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 @@

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:

+ Apache httpd as follows:

Form login handler example <Location /dologin.html> @@ -241,7 +241,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.

To enable body preservation, add three additional fields to the login form as @@ -392,7 +392,7 @@ lower level modules httpd_username directory -Available in Apache 2.3.0 and later +Available in Apache HTTP Server 2.3.0 and later

The AuthFormUsername directive specifies @@ -408,7 +408,7 @@ lower level modules httpd_password directory -Available in Apache 2.3.0 and later +Available in Apache HTTP Server 2.3.0 and later

The AuthFormPassword directive specifies @@ -424,7 +424,7 @@ lower level modules httpd_location directory -Available in Apache 2.3.0 and later +Available in Apache HTTP Server 2.3.0 and later

The AuthFormLocation directive specifies @@ -440,7 +440,7 @@ lower level modules httpd_method directory -Available in Apache 2.3.0 and later +Available in Apache HTTP Server 2.3.0 and later

The AuthFormMethod directive specifies @@ -463,7 +463,7 @@ lower level modules httpd_mimetype directory -Available in Apache 2.3.0 and later +Available in Apache HTTP Server 2.3.0 and later

The AuthFormMethod directive specifies @@ -486,7 +486,7 @@ lower level modules httpd_body directory -Available in Apache 2.3.0 and later +Available in Apache HTTP Server 2.3.0 and later

The AuthFormMethod directive specifies @@ -509,7 +509,7 @@ lower level modules 8192 directory -Available in Apache 2.3.0 and later +Available in Apache HTTP Server 2.3.0 and later

The AuthFormSize directive specifies @@ -535,7 +535,7 @@ lower level modules none directory -Available in Apache 2.3.0 and later +Available in Apache HTTP Server 2.3.0 and later

The AuthFormLoginRequiredLocation directive @@ -557,7 +557,7 @@ lower level modules none directory -Available in Apache 2.3.0 and later +Available in Apache HTTP Server 2.3.0 and later

The AuthFormLoginSuccessLocation directive @@ -578,7 +578,7 @@ lower level modules AuthFormFakeBasicAuth Off directory -Available in Apache 2.3.0 and later +Available in Apache HTTP Server 2.3.0 and later

The AuthFormFakeBasicAuth flag @@ -597,7 +597,7 @@ lower level modules none directory -Available in Apache 2.3.0 and later +Available in Apache HTTP Server 2.3.0 and later

The AuthFormLogoutLocation directive @@ -632,7 +632,7 @@ lower level modules AuthFormDisableNoStore Off directory -Available in Apache 2.3.0 and later +Available in Apache HTTP Server 2.3.0 and later

The AuthFormDisableNoStore flag @@ -652,11 +652,11 @@ lower level modules none directory -Available in Apache 2.3.0 and later +Available in Apache HTTP Server 2.3.0 and later

The 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.

-- 2.40.0