RE: [users@httpd] rewrite rule with ProxyPass and ProxyPassReverse

2022-07-11 Thread jonmcalexander
Here you go. This is after converting from mod_jk to mod_proxy SSLProxyEngine On SSLProxyVerify off SSLProxyCheckPeerName on SSLProxyCheckPeerCN on SSLProxyVerifyDepth 5 SSLProxyCACertificateFile

Re: [users@httpd] rewrite rule with ProxyPass and ProxyPassReverse

2022-07-11 Thread Frank Gingras
Typically, the solution is to avoid adding the double slashes to begin with. If you show us your Proxy* directives, we can comment further. On Mon, 11 Jul 2022 at 15:45, wrote: > I am not an HTTPD expert and am running into issues where double-slashes > are being added to the end of the

[users@httpd] rewrite rule with ProxyPass and ProxyPassReverse

2022-07-11 Thread jonmcalexander
I am not an HTTPD expert and am running into issues where double-slashes are being added to the end of the ProxyPass and/or ProxyPassReverse statements in our mod_proxy configuration. What is the proper way to handle this issue with RewriteRules? Thanks, Dream * Excel * Explore * Inspire Jon