https://bz.apache.org/bugzilla/show_bug.cgi?id=58593

--- Comment #23 from Yann Ylavic <ylavic....@gmail.com> ---
I mean with mod_proxy_http 2.4.47+ (and without mod_proxy_wstunnel), both:
  ProxyPass "/" "http://example.com/some/ws/capable/path/"; upgrade=websocket
and:
  ProxyPass "/" "ws://example.com//"
work the same.

And mod_proxy_http will internally do the same as:
  RewriteCond %{HTTP:Upgrade} websocket [NC]
  RewriteCond %{HTTP:Connection} upgrade [NC]
without the need of mod_rewrite. If no websocket is negotiated by the client,
the request will be forwarded by using/enforcing HTTP as usual.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to