Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Apache/2.4.18 (Ubuntu) mod_proxy_wstunnel

Tags:

apache

ubuntu

I'm trying to use the Websocket Proxy in Apache, but keeps reporting non existent module. $ sudo a2enmod mod_proxy_wstunnel ERROR: Module mod_proxy_wstunnel does not exist!

This should be available from 2.4.5! https://httpd.apache.org/docs/2.4/mod/mod_proxy_wstunnel.html

Is this an Ubuntu version problem? How can I install this?

like image 238
shumy Avatar asked Feb 16 '17 18:02

shumy


1 Answers

Try with proxy_wstunnel

$ sudo a2enmod proxy_wstunnel

like image 86
obomaye Avatar answered Oct 21 '22 13:10

obomaye