Proxy Error 502 : The proxy server received an invalid response from an upstream server

前端 未结 3 2059
醉酒成梦
醉酒成梦 2020-12-23 07:12

We are building a mass mailing sending application in Java. Mail is being send by third party SMTP. After sending 400-500 mails tomcat6 service get stopped. Below is the err

3条回答
  •  执念已碎
    2020-12-23 07:24

    Add this into your httpd.conf file

    Timeout 2400
    ProxyTimeout 2400
    ProxyBadHeader Ignore 
    

提交回复
热议问题