Dear Maintainers,

Patch redundant reference to AuthFormLoginRequiredLocation in 

"inline" form authentication:

This line shouldn't be there as the server redirects to the

referred page instead of serving the ErrorDocument which is

also the login form, making it a login loop, when present.


This is my first patch in _any_ mailing list. Please excuse me.


Thank you.


Regards,

Rishikeshan Lavakumar/Sulochana <o...@rishikeshan.com> .

https://rishikeshan.com/
Index: mod_auth_form.xml
===================================================================
--- mod_auth_form.xml	(revision 1921423)
+++ mod_auth_form.xml	(working copy)
@@ -212,7 +212,6 @@
 AuthUserFile "conf/passwd"
 AuthType form
 AuthName /admin
-AuthFormLoginRequiredLocation "http://example.com/login.html";
 Session On
 SessionCookieName session path=/
         </highlight>
---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org
For additional commands, e-mail: docs-h...@httpd.apache.org

Reply via email to