Apache配置WebSocket代理

Posted coffee_cn

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Apache配置WebSocket代理相关的知识,希望对你有一定的参考价值。

 

引入mod_proxy_wstunnel.so模块,使其可以解析ws、wss协议
LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so

配置代理路径跳转
ProxyPass "/myapp.ws" "ws://58.58.58.188:8888/myapp.ws"

 

参考:

https://blog.csdn.net/yangkunlin/article/details/82843017

以上是关于Apache配置WebSocket代理的主要内容,如果未能解决你的问题,请参考以下文章

尝试使用代理在 Apache 上运行 Faye websocket

使用 Apache 反向代理的 Ratchet websocket 没有响应

配置 Apache 和 Passenger 以使用 websocket

宝塔 apache 反向代理配置wss服务

Apache:代理 websocket wss 到 ws

使用 apache 建立安全 websocket 连接