From 231c6ab61e8b38d944b52b335b7d48999f7844b8 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Sat, 28 May 2016 15:02:25 +0000 Subject: [PATCH] rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1745886 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_auth_form.html.en | 14 +++++--------- docs/manual/mod/mod_auth_form.xml.fr | 2 +- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/docs/manual/mod/mod_auth_form.html.en b/docs/manual/mod/mod_auth_form.html.en index 43e4f60ccb..db7625c5dc 100644 --- a/docs/manual/mod/mod_auth_form.html.en +++ b/docs/manual/mod/mod_auth_form.html.en @@ -172,14 +172,13 @@

Form login handler example

<Location "/dologin.html">
     SetHandler form-login-handler
     AuthFormLoginRequiredLocation "http://example.com/login.html"
-    AuthFormLoginSuccessLocation "http://example.com/success.html"
+    AuthFormLoginSuccessLocation "http://example.com/admin/index.html"
     AuthFormProvider file
     AuthUserFile "conf/passwd"
     AuthType form
-    AuthName realm
+    AuthName /admin
     Session On
     SessionCookieName session path=/
-    SessionCryptoPassphrase secret
 </Location>
@@ -237,8 +236,7 @@ AuthType form AuthName realm AuthFormLoginRequiredLocation "http://example.com/login.html" Session On -SessionCookieName session path=/ -SessionCryptoPassphrase secret +SessionCookieName session path=/

The error document page should contain a login form with an empty action property, @@ -324,8 +322,7 @@ SessionCryptoPassphrase secret AuthName realm AuthFormLogoutLocation "http://example.com/loggedout.html" Session On -SessionCookieName session path=/ -SessionCryptoPassphrase secret +SessionCookieName session path=/

Note that logging a user out does not delete the session; it merely removes @@ -340,8 +337,7 @@ SessionCryptoPassphrase secret AuthFormLogoutLocation "http://example.com/loggedout.html" Session On SessionMaxAge 1 -SessionCookieName session path=/ -SessionCryptoPassphrase secret +SessionCookieName session path=/

top
diff --git a/docs/manual/mod/mod_auth_form.xml.fr b/docs/manual/mod/mod_auth_form.xml.fr index c97934babc..96d6190eda 100644 --- a/docs/manual/mod/mod_auth_form.xml.fr +++ b/docs/manual/mod/mod_auth_form.xml.fr @@ -1,7 +1,7 @@ - + -- 2.40.0