Reverse proxy websockets on NS 6.8

NethServer Version:6.8
Module:httpd

Hello,
I was trying to use apache reverse proxy to proxy guacamole behind it, all is fine except for a detail, guacamole uses websockets to stream the video over browsers, and if that’s not an option, it automatically falls back to http tunnel

that requires the mod_proxy_wstunnel module in apache, which is only available in apache 2.4.5+ according to https://httpd.apache.org/docs/2.4/mod/mod_proxy_wstunnel.html

apachectl -V says NS 6.8 has 2.2.15, indeed i don’t have that module in the list of apache’s modules

Does anyone know if there is any other way to accomplish this?

Does NS7 already have mod_proxy_wstunnel by default?

Thanks!

Yes.
httpd-2.4.6 with mod_proxy_wstunnel

1 Like