You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Chris A <ca...@electrichendrix.com> on 2013/02/14 15:30:37 UTC

[users@httpd] Proxy Times Out

Apache 2.12.x in sles11 sp2. I am trying to give clients access to the mail server on port 443 by using a rewrite rule. The rule:

Rewriteengine on
Rewritecond %{HTTPS_HOST} ^mail\.
Rewritecond %{HTTPS} on
Rewriterule ^/(.*) https://192.168.124.3/$1 [P]

[Error] The error log on the apache server:
(110)connection timed out: proxy: HTTPS: attempt to connect to 192.168.124.3:443 (*) failed

This error appears 4 times. Our firewall gives a handshake timeout from the apache server (192.168.123.3) to the mail server (192.168.124.3). There is a any (source) any (destination) any (service) rule on the firewall so this should pass the traffic. To further verify the rule/firewall is working, a proxypass statement works fine which passes traffic from 192.168.123.3 to 192.168.124.3.

Again, we want clients to access our web mail server using https://mail.domain.tld. That address points to our apache server which should pass said traffic to the mail setver. Maybe the rule is not correct? Maybe this needs to be a proxypass statement (not sure how to write a proxypass for sub domain)? Thanks for any help.



Sent from my iPhone
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Proxy Times Out

Posted by Chris A <ca...@electrichendrix.com>.
On Feb 14, 2013, at 9:30 AM, Chris A <ca...@electrichendrix.com> wrote:

> Apache 2.12.x in sles11 sp2. I am trying to give clients access to the mail server on port 443 by using a rewrite rule. The rule:
> 
> Rewriteengine on
> Rewritecond %{HTTPS_HOST} ^mail\.
> Rewritecond %{HTTPS} on
> Rewriterule ^/(.*) https://192.168.124.3/$1 [P]
> 
> [Error] The error log on the apache server:
> (110)connection timed out: proxy: HTTPS: attempt to connect to 192.168.124.3:443 (*) failed

I now see the log continues:
Ap_proxy_connect_backend disabling worker for (192.168.124.3)

Proxy:HTTPS: disabled connection for (192.168.124.3)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org