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: RewriteRule not working with Location |
|
Author |
|
raghavendra.tg
Joined: 29 Jun 2017 Posts: 2 Location: India
|
Posted: Thu 29 Jun '17 11:33 Post subject: RewriteRule not working with Location |
|
|
Hi,
I am trying to write a module and call it using a location tag.
My configuration is below.
<Location /example>
SetHandler my_handler handlerRewriteRule "/example/" "http://10.139.8.61:8080/Demo2/" [L=302,R]
</Location>
This will do the required redirection to get the login page. Also do the successful login page and go to other pages.
But my C handler code never gets called. I do not see any debug statements in the log.
Am I missing any more configurations here? Please provide me the inputs to make this work.
Thanks
Raghavendra |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
|
Back to top |
|
|
|
|
|
|