RE: [users@httpd] Apache serving a page that doesn't exist

2022-12-03 Thread jonmcalexander
What about mod_cache? Is it stuck in the cache? Thanks, Sent with BlackBerry Work (www.blackberry.com) From: John Iliffe Sent: Dec 3, 2022 4:06 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Apache serving a page that doesn't exist Hi Eric: Didn't w

[users@httpd] Using mod-proxy https with client certificate to backend server with an F5 load-balancer in between

2022-10-18 Thread jonmcalexander
Hello Everybody! Has anyone successfully setup an Apache Reverse-Proxy using mod-proxy over https between Apache and IIS with an F5 stuck in the middle? To make it more complicated, need to do client-certificate auth between the mod-proxy and the IIS. Any pointers would be greatly appreciated.

RE: [users@httpd] Re: mod_proxy_http tuning

2022-08-15 Thread jonmcalexander
Thank you! 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 50322 MAC: F4469-010 Tel 515-988-2508 | Cell 515

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

2022-08-09 Thread jonmcalexander
In the current environment they are in, no, there are no firewalls. They are on different servers. When they get to production, there is a firewall in place. Dream * Excel * Explore * Inspire Jon McAlexander Senior Infrastructure Engineer Asst. Vice President He/His Middleware Product Engineeri

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

2022-08-08 Thread jonmcalexander
This has been done with no effect. 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 50322 MAC: F4469-010 Tel

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

2022-08-08 Thread jonmcalexander
Are there any other tuning options, or ideas on this? Thanks, 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,

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

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

[users@httpd] mod_proxy_http tuning

2022-08-02 Thread jonmcalexander
Hi Fellow Travelers! I have an application team that is seeing dismal performance when utilizing the Apache HTTPD front-end using mod_proxy_http to proxy a back-end Tomcat server over SSL. If they bypass the Apache and go direct to Tomcat, everything is nice and fast. However, if they do the sa

RE: [users@httpd] mod_proxy_http getting double-slashes sporadically

2022-07-20 Thread jonmcalexander
Ok, it appears that the Developers are specifying some of the img links as src=”/mypath/myimage.gif” and others as src=”mypath/myimage.gif”, but I’m still trying to get a definitive answer from them. If they are specifying the /mypath/myimage.gif and it’s resulting in double-slashes, that makes

[users@httpd] mod_proxy_http getting double-slashes sporadically

2022-07-15 Thread jonmcalexander
Ok, trying to figure out how to fix this. For our mod_proxy configuration we are getting sporadic double-slashes showing up after the ProxyPass URL. For example: ProxyPass /myapp balancer://mybalance/myapp ProxyPassReverse /myapp balancer://mybalance/myapp Most of the URL's being passed are cor

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 cain

[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 M