[users@httpd] reverse proxy, balancing and ssl client certificate authentication

2013-10-17 Thread Jan Vávra
Hello, I have an idea how to setup Apache for doing load balancer based on mod_proxy and mod_balance modules. But in my case the backend server requires ssl client certificate authentication and therefore the Apache Server cannot terminate the ssl connection. I do no need http session

Re: [users@httpd] reverse proxy, balancing and ssl client certificate authentication

2013-10-17 Thread Tom Evans
On Thu, Oct 17, 2013 at 12:52 PM, Jan Vávra va...@602.cz wrote: Hello, I have an idea how to setup Apache for doing load balancer based on mod_proxy and mod_balance modules. But in my case the backend server requires ssl client certificate authentication and therefore the Apache Server

[users@httpd] Reverse Proxy Questions

2013-10-17 Thread Shawn Cannon
We have been using Apache 2.2.x with reverse proxy modules for our clients to access their OWA servers for over a year. I want to get us to Apache 2.4.x so I setup a test box with latest 2.4 on it. I fixed the config file issues since 2.4 has changes in it. OWA proxy is working on my test

Re: [users@httpd] Reverse Proxy Questions

2013-10-17 Thread Yehuda Katz
There is a timeout, but I don't think it has changed in this version: http://httpd.apache.org/docs/2.4/mod/mod_proxy.html How long do you expect the response to take? Do you know if the request is getting to the Exchange server? - Y On Thu, Oct 17, 2013 at 3:48 PM, Shawn Cannon

RE: [users@httpd] Reverse Proxy Questions

2013-10-17 Thread Shawn Cannon
Yes it is getting there. I do not know how long it would take. my test box only has one machine using Windows RT connecting via ActiveSync through the reverse proxy. It is working despite seeing the error. When I tried this in production we had multiple complaints from phone users and I saw

[users@httpd] Apache caching 503 Response

2013-10-17 Thread Tod Schmidt
This might be better for the developers list, but I am having an issue where apache 2.4.6 acting as a reverse proxy is caching 503 error messages which I don't understand at all. The proxy is a simple proxypass directive, the backend server is apache proxying to an oracle ucm instance. When I