gpt4 book ai didi

apache - proxy_ajp :error (70007)The timeout specified has expired:

转载 作者:行者123 更新时间:2023-11-28 21:44:07 32 4
gpt4 key购买 nike

我在 error_log 中收到错误。我发现我需要增加 ProxyTimeout

但是,我无法找到可以更改它的位置。我所能做的就是将它添加到 server.xml 中:

<Connector executor="tomcatThreadPool"
port="8080" protocol="HTTP/1.1"
connectionTimeout="600000"
redirectPort="8443" />

知道如何精确地增加 ProxyTimeout 吗?我正在使用来自 AWSApache Tomcat v7

Ubuntu

我尝试将其添加到 proxy-html.conf 中:

ProxyRequests On 
<Proxy *>
AddDefaultCharset off
Order deny,allow
Allow from all
</Proxy>
ProxyPreserveHost Off
ProxyTimeout 1200

我还把它添加到 httpd.conf 中:

TimeOut 600

我已经重新启动了 Tomcat 服务器,但以上配置均无济于事。

顺便说一句,这是确切的错误,我不明白为什么提到代理。我没有通过任何代理服务器连接...当我提交表单时会出现问题,这会触发一些艰难的处理。然后它在大约超时。 60 秒。但是,程序仍然运行,只是请求超时。

错误:

[Thu Aug 13 07:34:21.677693 2015] [proxy_ajp:error] [pid 1515] (70007)The timeout specified has expired: AH01030: ajp_ilink_receive() can't receive header
[Thu Aug 13 07:34:21.677769 2015] [proxy_ajp:error] [pid 1515] [client 212.130.108.58:52206] AH00992: ajp_read_header: ajp_ilink_receive failed, referer: http://52.17.109.177/Visma_UploadInterface/MappingServlet
[Thu Aug 13 07:34:21.677782 2015] [proxy_ajp:error] [pid 1515] (70007)The timeout specified has expired: [client 212.130.108.58:52206] AH00878: read response failed from 127.0.0.1:8009 (localhost), referer: http://52.17.109.177/Visma_UploadInterface/MappingServlet

最佳答案

我通过将这两行简单的代码添加到 httpd.conf 文件中解决了这个问题:

Timeout 600
ProxyTimeout 600

我还重新启动了整个服务器,而不仅仅是 Tomcat。不知道是否有必要,但看起来是这样。

关于apache - proxy_ajp :error (70007)The timeout specified has expired:,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31975951/

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