Any help or pointer on this? Thanks.
On Sat, Aug 24, 2013 at 3:23 PM, Amit Singla wrote:
> I need to proxy http requests to https server in the backend. Everything
> is working except a minor issues in redirects URLs. ProxyPassReverse
> translates the the URL except the protocol i.e. does not t
You might use REQUEST_METHOD to chech the http method and other server
variables and the [P] flag in .htaccess.
If you don't use .htacces file, in the .conf file you might use
ProxyPass, but maybe is better for you, use a RewriteRule with [P] for
more flexibility.
2013/8/25 Akash Jain
> We do