From: Rich Bowen Date: Sat, 28 May 2016 14:50:46 +0000 (+0000) Subject: Send them to the auth'ed area on success, as expected. X-Git-Tag: 2.5.0-alpha~1556 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a10af749b768fba23aed6dc2febf41a63ecd7ed4;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/trunk@1745883 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_auth_form.xml b/docs/manual/mod/mod_auth_form.xml index 0ee69159b66..5305d56a598 100644 --- a/docs/manual/mod/mod_auth_form.xml +++ b/docs/manual/mod/mod_auth_form.xml @@ -144,7 +144,7 @@ <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 @@ -211,7 +211,7 @@ AuthFormProvider file ErrorDocument 401 "/login.shtml" AuthUserFile "conf/passwd" AuthType form -AuthName realm +AuthName /admin AuthFormLoginRequiredLocation "http://example.com/login.html" Session On SessionCookieName session path=/