On Feb 14, 2013, at 9:30 AM, Chris A <carn...@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-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to