Не получается апгрейднуть соединение websocket, проблема, скорее всего, в коде apache. Поможете*?
Код apache:
ProxyRequests off
ProxyPreserveHost On
<Proxy *>
order deny,allow
allow from all
</Proxy>
ProxyPass /ws/ ws://localhost:8080/ws
ProxyPassReverse /ws/ ws://localhost:8080/ws