From: André Malo Date: Tue, 22 Apr 2008 18:50:22 +0000 (+0000) Subject: remove duplicate section X-Git-Tag: 2.3.0~679 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e53b10bd5f713c98d08216e188da540737531d06;p=apache remove duplicate section git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@650610 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_auth_form.xml b/docs/manual/mod/mod_auth_form.xml index d7807ae72f..09cee85881 100644 --- a/docs/manual/mod/mod_auth_form.xml +++ b/docs/manual/mod/mod_auth_form.xml @@ -574,42 +574,6 @@ lower level modules - -AuthFormLogoutLocation -The URI of the page on the server to redirect to after a user has logged out -AuthFormLogoutLocation uri -none -directory - -Available in Apache 2.3.0 and later - - -

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

- -

When a URI is accessed that is served by the handler form-logout-handler, - the page specified by this directive will be shown to the end user. For example:

- - Example - <Location /logout>
- - SetHandler form-logout-handler
- AuthFormLogoutLocation /logout.html
- Session on
- ... -
- </Location> -
- -

An attempt to access the URI /logout/ will result in the user being logged - out, and the page /logout.html will be displayed. Make sure that the page - logout.html is not password protected, otherwise the page will not be - displayed.

- -
-
- AuthFormFakeBasicAuth Fake a Basic Authentication header