> 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
cove...@gmail.com

---------------------------------------------------------------------
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: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to