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 <[email protected]> wrote: >> 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 > websocket protocol [or something that worked at a lower layer that > wouldn't care about the HTTP layer] > > -- > Eric Covener > [email protected] > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: [email protected] > " from the digest: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected]
