https://bz.apache.org/bugzilla/show_bug.cgi?id=49642
--- Comment #10 from Jonas Maanmies <[email protected]> --- I have the same issue with this config: RewriteEngine On RewriteBase "/" RewriteCond %{HTTP:Connection} Upgrade [NC] RewriteCond %{HTTP:Upgrade} websocket [NC] RewriteRule .* ws://backend_ip:backend_port%{REQUEST_URI} [P,L] RewriteRule .* http://backend_ip:backend_port%{REQUEST_URI} [P,L] ProxyPassReverse ws://backend_ip:backend_port/ ProxyPassReverse http://backend_ip:backend_port/ </Location> <Proxy "ws://backend_ip:backend_port"> ProxySet keepalive=On </Proxy> <Proxy "http://backend_ip:backend_port"> ProxySet keepalive=On </Proxy> Using this ugly workaround because I'd need to upgrade apache for proper mod_proxy auto upgrade of websockets support. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
