> 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]

Reply via email to