Re: [users@httpd] mod_proxy - sticky sessions configuration help

2018-02-26 Thread Herb Burnswell
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

Re: [users@httpd] mod_proxy - sticky sessions configuration help

2018-02-26 Thread Herb Burnswell
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

Re: [users@httpd] mod_proxy - sticky sessions configuration help

2018-02-26 Thread Eric Covener
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:

[users@httpd] mod_proxy - sticky sessions configuration help

2018-02-26 Thread Herb Burnswell
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 | +-+ +