PrimeFaces在Apache上推送端点:AH01144:没有协议处理程序对URL有效

时间:2018-01-30 07:35:22

标签: apache primefaces atmosphere primefaces-push

我已成功使用atmosphere 2.4.2 PrimeFaces 5.3 Tomcat8Apache Lounge (Windows) 2.4.27服务器。推送工作正常,但是,我几乎每次刷新页面时都会继续在Apache日志中接收以下信息记录器:

[Tue Jan 30 07:15:04.457748 2018] [proxy:warn] [pid 11408:tid 1096] [client 127.0.0.1:52714] AH01144: No protocol handler was valid for the URL /xxx-primefaces-portlet/primepush/xxx-push-endpoint. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule., referer: https://example.com/group/pages/x-page

我的推送代理映射如下:

ProxyPass /xxx-primefaces-portlet/primepush/ ws://127.0.0.1:8094/xxx-primefaces-portlet/primepush/
ProxyPassReverse /xxx-primefaces-portlet/primepush/ ws://127.0.0.1:8094/xxx-primefaces-portlet/primepush/

我也试过了mod_rewriteProxyPassMatch。推送映射得到解决,但记录器不断出现。我怎样才能克服这种记录?

0 个答案:

没有答案