From: Rich Bowen Date: Sat, 28 May 2016 14:51:02 +0000 (+0000) Subject: Send them to the auth'ed area on success, as expected. X-Git-Tag: 2.4.21~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d5566674d87dd9d0779666016ebd2c86a67f92b;p=thirdparty%2Fapache%2Fhttpd.git Send them to the auth'ed area on success, as expected. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1745884 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_auth_form.xml b/docs/manual/mod/mod_auth_form.xml index fc439bf04fc..e30952cf67e 100644 --- a/docs/manual/mod/mod_auth_form.xml +++ b/docs/manual/mod/mod_auth_form.xml @@ -144,14 +144,13 @@ <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> @@ -216,7 +215,6 @@ AuthName realm AuthFormLoginRequiredLocation "http://example.com/login.html" Session On SessionCookieName session path=/ -SessionCryptoPassphrase secret @@ -315,7 +313,6 @@ AuthName realm AuthFormLogoutLocation "http://example.com/loggedout.html" Session On SessionCookieName session path=/ -SessionCryptoPassphrase secret @@ -334,7 +331,6 @@ AuthFormLogoutLocation "http://example.com/loggedout.html" Session On SessionMaxAge 1 SessionCookieName session path=/ -SessionCryptoPassphrase secret