Hello
I hit the same issue. I use a first reverseproxy for handling TLS which proxypass to the "default LAVA apache proxy".
I fixed this issue by adding the "ws proxypass" in my first reverse proxy (the 2 lines below): ProxyPass /ws/ ws://127.0.0.1:10080/ws/ ProxyPassReverse /ws/ ws://127.0.0.1:10080/ws/ # my original Proxy lines ProxyPass / http://127.0.0.1:10080/ ProxyPassReverse / http://127.0.0.1:10080/
Regards