https://bz.apache.org/bugzilla/show_bug.cgi?id=37355

Michael Göhler <somebody.h...@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |somebody.h...@gmx.de

--- Comment #11 from Michael Göhler <somebody.h...@gmx.de> ---
Created attachment 32670
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=32670&action=edit
mod_proxy 2.4.12 error_log

Hi Hendrik,

I applied your patch for 2.4.10. and still observe a strange behavior in our
scenario:

client -> mod_proxy 2.4.12 -> squid -> IIS 8.5

Here's my config:

LogLevel debug
<VirtualHost *:80>
ServerName my.server.name
SSLProxyEngine on
SSLProxyCheckPeerCN off
SSLProxyCheckPeerName off
ProxyRemote https http://proxyhost:8080
ProxyPass / https://foreign.https.server/
ProxyPassReverse / https://foreign.https.server/
</VirtualHost>

Every request after 120 sec idle returns a HTTP 502. Subsequent connections
work as expected, if there is no delay of >120 sec.

error_log content attachment.

Suggestions very appreciated.

Many Thanks,
Michael

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to