Re: [us...@httpd] Issue with mod_proxy ProxyPass balancer and web sockets

2010-12-21 Thread Tom Evans
On Tue, Dec 21, 2010 at 2:17 PM, Oscar Cassetti wrote: > Do you think that would be too hard to extend mod_proxy_http in order > to support them? > Or would it be more sensible to look at some other module or > application that support websocktes? > Wikipedia says* this about websockets and proxi

Re: [us...@httpd] Issue with mod_proxy ProxyPass balancer and web sockets

2010-12-21 Thread Oscar Cassetti
Do you think that would be too hard to extend mod_proxy_http in order to support them? Or would it be more sensible to look at some other module or application that support websocktes? -- Oscar Cassetti On Mon, Dec 20, 2010 at 5:49 PM, Eric Covener wrote: >> The issue is that mod_proxy seems not

Re: [us...@httpd] Issue with mod_proxy ProxyPass balancer and web sockets

2010-12-20 Thread Eric Covener
> The issue is that mod_proxy seems not to pass  the following headers > Connection > Upgrade You're using mod_proxy_http, and the HTTP RFC says these are hop-by-hop headers. There doesn't appear to be a way to short-circuit this, so you'd probably need proxy protocol module that knew about the w

[us...@httpd] Issue with mod_proxy ProxyPass balancer and web sockets

2010-12-20 Thread Oscar Cassetti
Hello, I believe I have found an issue in Apache/2.2 mod_proxy when using balancers and ProxyPass balancer in conjunction with web Sockets. The issue is that mod_proxy seems not to pass the following headers Connection Upgrade When a client sends a ws handshake request as the following GET /W