Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Disabling httpd_location in mod_auth_form? |
|
Author |
|
NielsUll
Joined: 14 Jan 2013 Posts: 5 Location: Copenhagen, Denmark
|
Posted: Thu 04 Jul '13 16:15 Post subject: Disabling httpd_location in mod_auth_form? |
|
|
Hi!
I am using mod_auth_form.
For security reasons, I would like to ensure that users are ALWAYS redirected to the page specified in AuthFormLoginSuccessLocation after a succesful login.
Therefore, I would like to disable processing of the
httpd_location form parameter.
The best I can do seems to be to use AuthFormLocation to set the field name to a hard-to-guess value, e.g.
AuthFormLocation "32 b63 a#ve"
But can I disable it entirely? |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 18 Jul '13 14:46 Post subject: |
|
|
You can't disable it. Maybe you can if you modify the source code of mod_auth_form and recompile it. |
|
Back to top |
|
|
|
|
|
|