This module is not indicated to /etc/httpd/conf.modules.d/00-proxy.conf
be uncommented, but this does not mean that it is not. It is available in/etc/httpd/modules/mod_proxy_wstunnel.so
Just edit the file
vi /etc/httpd/conf.modules.d/00-proxy.conf
and add this to the end
LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so
Restart apache and check
service httpd restart
httpd -M | grep wstunnel
If you get
proxy_wstunnel_module (shared)
Are you ready to quit
source
share