nginx check_http_send type=http 查检测不到后端TOM的存活

Posted 运维工匠实战(如果发现有错误请大家把正确的方法发送给我,方便

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx check_http_send type=http 查检测不到后端TOM的存活相关的知识,希望对你有一定的参考价值。

 

原因:定位到../conf/server.xml中

 <Connector port="8020" protocol="org.apache.coyote.http11.Http11NioProtocol"
               executor="tomcatThreadPool"
               connectionTimeout="20000"
               URIEncoding="UTF-8"  
               enableLookups="false" 
               redirectPort="8443"
               disableUploadTimeout="true" />
修改上面代码为:
 <Connector port="8020" protocol="HTTP/1.1"
                connectionTimeout="20000"
                redirectPort="8443" />
问题解决

 

以上是关于nginx check_http_send type=http 查检测不到后端TOM的存活的主要内容,如果未能解决你的问题,请参考以下文章

nginx源码分析——数组

Nginx负载均衡之二配置负载均衡

k8s yaml文件说明

python dataframe - konvertieren des Typs

错误(13,34):PLS-00201:必须声明标识符“D.BNDNG_TYP”

css Erstes oder letztes Element von einem Typ selektieren