RE: [users@httpd] mod_proxy_http tuning [EXTERNAL]

2022-08-03 Thread jonmcalexander
Unfortunately, these updates also didn’t have any affect. Still slow via proxy. Dream * Excel * Explore * Inspire Jon McAlexander Senior Infrastructure Engineer Asst. Vice President He/His Middleware Product Engineering Enterprise CIO | EAS | Middleware | Infrastructure Solutions 8080 Cobbleston

RE: [users@httpd] mod_proxy_http tuning [EXTERNAL]

2022-08-03 Thread jonmcalexander
We have added the proxyName and proxyPort to no avail. Dream * Excel * Explore * Inspire Jon McAlexander Senior Infrastructure Engineer Asst. Vice President He/His Middleware Product Engineering Enterprise CIO | EAS | Middleware | Infrastructure Solutions 8080 Cobblestone Rd | Urbandale, IA 5032

RE: [users@httpd] mod_proxy_http tuning [EXTERNAL]

2022-08-03 Thread jonmcalexander
Thanks, Do you have any suggestions for a setup where siteminder is also involved as far as passing 2 cookies for Session? Thanks, Dream * Excel * Explore * Inspire Jon McAlexander Senior Infrastructure Engineer Asst. Vice President He/His Middleware Product Engineering Enterprise CIO | EAS |

RE: [users@httpd] mod_proxy_http tuning [EXTERNAL]

2022-08-03 Thread Beard, Shawn
Also here is what we use our virtualhost config in apache for this and it works well. Header add Set-Cookie "ROUTEID=.%{BALANCER_WORKER_ROUTE}e; path=/" env=BALANCER_ROUTE_CHANGED BalancerMember http://server:port route=yourjvmroute connectiontimeout=600 timeout=1200 Balance

RE: [users@httpd] mod_proxy_http tuning [EXTERNAL]

2022-08-03 Thread Beard, Shawn
Try adding this to the tomcat connector you are using in the server.xml if you don’t already have it and restart tomcat. proxyName="your.url.com" proxyPort="your ssl port" scheme="https" secure="true" ​ Shawn Beard• Sr. System

RE: [users@httpd] mod_proxy_http tuning

2022-08-03 Thread jonmcalexander
Hi Sekhar, Here is a sanitized copy of our httpd-ssl.conf file. Format is identical, just names changed. Note, we are enforcing client auth between the mod_proxy and Tomcat connector. Not end user client auth, just proxy. Thanks, #---httpd-ssl.conf--- # for web instanc