]> granicus.if.org Git - apache/commitdiff
Send them to the auth'ed area on success, as expected.
authorRich Bowen <rbowen@apache.org>
Sat, 28 May 2016 14:50:46 +0000 (14:50 +0000)
committerRich Bowen <rbowen@apache.org>
Sat, 28 May 2016 14:50:46 +0000 (14:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745883 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_auth_form.xml

index 0ee69159b666cafba21b767b2a1b19515a1797fe..5305d56a5987200743064efc4909a290991dd793 100644 (file)
 &lt;Location "/dologin.html"&gt;
     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=/