[
Date Prev][
Date Next][
Thread Prev][Thread Next][
Date Index][
Thread Index]
[Bug 49642] mod_rewrite mistakes encoded question mark as path/query string separator
https://bz.apache.org/bugzilla/show_bug.cgi?id=49642
--- Comment #10 from Jonas Maanmies <jonas.maanmies@xxxxxxxxx> ---
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: bugs-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: bugs-help@xxxxxxxxxxxxxxxx