简体   繁体   English

Apache / 2.4.18(Ubuntu)mod_proxy_wstunnel

[英]Apache/2.4.18 (Ubuntu) mod_proxy_wstunnel

I'm trying to use the Websocket Proxy in Apache, but keeps reporting non existent module. 我正在尝试在Apache中使用Websocket代理,但不断报告不存在的模块。 $ sudo a2enmod mod_proxy_wstunnel ERROR: Module mod_proxy_wstunnel does not exist! $ sudo a2enmod mod_proxy_wstunnel错误:模块mod_proxy_wstunnel不存在!

This should be available from 2.4.5! 这应该从2.4.5开始! https://httpd.apache.org/docs/2.4/mod/mod_proxy_wstunnel.html https://httpd.apache.org/docs/2.4/mod/mod_proxy_wstunnel.html

Is this an Ubuntu version problem? 这是Ubuntu版本的问题吗? How can I install this? 我该如何安装?

Try with proxy_wstunnel 尝试使用proxy_wstunnel

$ sudo a2enmod proxy_wstunnel $ sudo a2enmod proxy_wstunnel

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 mod_proxy_wstunnel-Mac OS X 10.11.6,Apache 2.4.18 - mod_proxy_wstunnel - Mac OS X 10.11.6, Apache 2.4.18 Apache 模块 mod_proxy_wstunnel 不工作 - Apache Module mod_proxy_wstunnel not working 如何在Raspberry Pi(Backport mod_proxy_wstunnel)上将mod_proxy_wstunnel添加到Apache2 2.2 - How to add mod_proxy_wstunnel to Apache2 2.2 on Raspberry Pi (Backport mod_proxy_wstunnel) 在Apache mod_proxy_wstunnel后面使用go-websocket - Using go-websocket behind Apache mod_proxy_wstunnel WebSockets 和 Apache 代理:如何配置 mod_proxy_wstunnel? - WebSockets and Apache proxy : how to configure mod_proxy_wstunnel? 在Apache 2.4.x上配置mod_proxy_wstunnel - configure mod_proxy_wstunnel on apache 2.4.x 如何在CentOS上的Apache 2.2上设置mod_proxy_wstunnel - How to set up mod_proxy_wstunnel on Apache 2.2 on CentOS ws protocol和apache mod_proxy_wstunnel配置:错误500 - ws protocol and apache mod_proxy_wstunnel configuration: error 500 将Apache WebSocket重定向到Tomcat:mod_proxy和mod_proxy_wstunnel - Apache websocket redirection to Tomcat: mod_proxy and mod_proxy_wstunnel 带有Apache mod_proxy_wstunnel的Websocket到带有javax.servlet.request.X509的tomcat - Websocket with apache mod_proxy_wstunnel to tomcat with javax.servlet.request.X509Certificate
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM