I'm using a proxy:
action in mod_security2. I'd like to preserve the full URL of the original request, however, and it seems to be rewriting that to the url in my proxy:
action.
So a request to http://domain.example.com/foo
hits my the below statement
SecAction proxy:http://internal_error.example.com/
This seems to be getting proxied to http://internal_error.example.com/, which I'd like it to be proxied to http://internal_error.example.com/foo
Is this possible?
SecAction doesn't provide for reverse proxy I believe.
This explains how to do this in Apache:
http://httpd.apache.org/docs/2.2/mod/mod_proxy.html