Eric - Thanks for the suggestion about logging %f in the access log. It
did in fact point to the issue.
It ended up that I needed an ending '/' on my ProxyPass and
ProxyPassReverse directives:
ProxyPass / balancer://mycluster/ stickysession=JSESSIONID
ProxyPassReverse / balancer://mycluster/ sti
Thanks Eric.
Rewrite rules on the HTTPD side or the backend Tomcat application? There
are no other rewrite rules that I am aware of.
HB
On Mon, Feb 26, 2018 at 11:54 AM, Eric Covener wrote:
> Do you have a separate set of rewriterules somewhere that might also
> be proxying? Logging %f in th
Do you have a separate set of rewriterules somewhere that might also
be proxying? Logging %f in the access log LogFormat may also help.
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail:
All,
I am setting up a frontend HTTPD load balancer to a backend Tomcat
application using mod_proxy. I have not done so previously and am looking
for some guidance. Here is a diagram of what it will look like:
+-+
| Firewall Public |
+-+
+