[SOLVED] litespeed web socket proxy

hi,
i am trying to install a php chat script using websocket “blabchat ws”
i followed the guide and nothing work :frowning: worked fine in another server with apache
tutorial : https://justblab.com/blabws-quick-n-easy-centos-apache
step 2

how i can add websocket proxy in litespeed ?
i do not know how to do it !

as you can see
the rule for apache is :
ProxyPass “/MyWsServer/” “ws://localhost:9002/”

That is an apache directive.

For OpenLiteSpeed follow:

https://openlitespeed.org/mediawiki/index.php/Help:Set_Up_WebSocket_Proxy

For LiteSpeed Enterprise:

https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:proxy:lsws-as-a-websocket-proxy

hi, i am trying to install a php chat script using websocket "blabchat ws" i followed the guide and nothing work :( worked fine in another server with apache tutorial : https://justblab.com/blabws-quick-n-easy-centos-apache step 2

how i can add websocket proxy in litespeed ?
i do not know how to do it !

as you can see
the rule for apache is :
ProxyPass “/MyWsServer/” “ws://localhost:9002/”

I can’t get blab to work, how did you fix it?