gpt4 book ai didi

apache - 使用 mod_proxy_ajp 在端口 80 上运行 tomcat(错误)

转载 作者:行者123 更新时间:2023-11-28 22:05:38 26 4
gpt4 key购买 nike

让tomcat运行在8080上

运行在 80 上的 apache

我实现了

<Location />
ProxyPass ajp://localhost:8080/ retry=0 timeout=30
ProxyPassReverse ajp://localhost:8080/
</Location>

我无法通过 apache 访问我的 java 应用程序,而且我不断收到错误

[Thu May 23 15:47:33 2013] [error] (120006)APR does not understand this error code: proxy: read response failed from (null) (localhost)
[Thu May 23 15:48:15 2013] [error] (70014)End of file found: ajp_ilink_receive() can't receive header
[Thu May 23 15:48:15 2013] [error] ajp_read_header: ajp_ilink_receive failed
[Thu May 23 15:48:15 2013] [error] (120006)APR does not understand this error code: proxy: read response failed from (null) (localhost)

任何解决 ajp 代理错误的建议

最佳答案

如果您检查 server.xml,AJP 连接器默认在端口 8009 上监听 - 您正在尝试将 AJP 绑定(bind)到端口 8080 上的 HTTP 连接器。

请参阅mod_proxy_ajp usage information

关于apache - 使用 mod_proxy_ajp 在端口 80 上运行 tomcat(错误),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16713266/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com