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

--- Comment #24 from Yann Ylavic <[email protected]> ---
Messed up examples:
>   ProxyPass "/" "http://example.com/some/ws/capable/path/"; upgrade=websocket
> and:
>   ProxyPass "/" "ws://example.com//"
should read:
  ProxyPass "/" "http://example.com/"; upgrade=websocket
and:
  ProxyPass "/" "ws://example.com/"

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

Reply via email to