Re: [users@httpd] RewriteRules with ajp and secret

2020-05-18 Thread Yann Ylavic
Hi Christian, On Mon, May 18, 2020 at 11:52 AM wrote: > > But there are several context based RewriteRules like this: > > RewriteRule (.*) ajp://IP:PORT$1 [QSA,P,L] > > I haven’t found any solution to get secret parameter passed in RewriteRules. You need a Proxy directive (provided by mod_proxy)

[users@httpd] RewriteRules with ajp and secret

2020-05-18 Thread Christian.Unnering
Hi there. I am running apache 2.4.43 with a tomcat 7.0.103 as backend server. I have tried to implement proxy configuration to tomcat backend with ajp and secret. It works fine when using ProxyPass or BalancerMemeber, just like documented at https://httpd.apache.org/docs/trunk/mod/mod_proxy_ajp.h