wt, apache, reverse proxy and ssl
Added by David Galicia almost 13 years ago
I have a wt app (httpd connector) that's reverse proxied by apache. Both apache and the app are setup to handle ssl connections.
Has anyone, with a similar setup, seen these lines show up on their apache error log?
[Sat Dec 10 09:20:19 2011] [error] [client 74.122.121.210] (20014)Internal error: proxy: error reading response
[Sat Dec 10 09:20:59 2011] [error] [client 74.122.121.210] (20014)Internal error: proxy: error reading response
These lines show up sometimes. For example, gui events.
I can problem-solve better if I know everyone is doing fine or not.
I'm using:
debian squeeze,
wt 3.2.0,
no web sockets,
ssl and firefox8/chrome to see app
Replies (1)
RE: wt, apache, reverse proxy and ssl - Added by Koen Deforche almost 13 years ago
Hey David,
No we haven't seen that. In your setup, it is the apache server that terminates the SSL ?
Does any of Wt's log files give any hint? And are you using server push features?
Regards,
koen