你好可以帮助我解决以下错误
[Tue Dec 13 21:07:12.176702 2016] [proxy_http:error] [pid 9437372:tid 5398] (78)Connection timed out: [client 111.113.130.243:45615] AH01102: error reading status line from remote server 192.168.10.20:80 [Tue Dec 13 21:07:12.176790 2016] [proxy:error] [pid 9437372:tid 5398] [client 111.113.130.243:45615] AH00898: Error reading from remote server returned by /deto/javax.faces.resource/dynamiccontent.properties [Tue Dec 13 21:36:12.261230 2016] [proxy_http:error] [pid 10485878:tid 5655] (78)Connection timed out: [client 111.113.130.243:11084] AH01102: error reading status line from remote server 192.168.10.20:80 [Tue Dec 13 21:36:12.261333 2016] [proxy:error] [pid 10485878:tid 5655] [client 111.113.130.243:11084] AH00898: Error reading from remote server returned by /deto/javax.faces.resource/dynamiccontent.properties [Tue Dec 13 22:47:09.485419 2016] [proxy_http:error] [pid 9437372:tid 2828] (78)Connection timed out: [client 111.113.130.243:48852] AH01102: error reading status line from remote server 192.168.10.20:80 [Tue Dec 13 22:47:09.485497 2016] [proxy:error] [pid 9437372:tid 2828] [client 111.113.130.243:48852] AH00898: Error reading from remote server returned by /deto/javax.faces.resource/jsf.js [Tue Dec 13 22:51:09.497259 2016] [proxy_http:error] [pid 6815772:tid 4370] (78)Connection timed out: [client 111.113.130.243:51259] AH01102: error reading status line from remote server 192.168.10.20:80 [Tue Dec 13 22:51:09.497365 2016] [proxy:error] [pid 6815772:tid 4370] [client 111.113.130.243:51259] AH00898: Error reading from remote server returned by /deto/javax.faces.resource/UKDGD56DadAKDJJADKkdj.js [Tue Dec 13 22:52:09.500000 2016] [proxy_http:error] [pid 10485878:tid 5912] (78)Connection timed out: [client 111.113.130.243:52749] AH01102: error reading status line from remote server 192.168.10.20:80
我们正在使用Apache反向代理并查看vsconfiguration
ProxyTimeout 1800 ProxyPreserveHost On ProxyPass / http://192.168.10.20/ connectiontimeout=1800 timeout=1800 ProxyPassReverse / http://192.168.10.20/
https://httpd.apache.org/docs/2.4/mod/mod_proxy_http.html
proxy-initial-not-pooled如果设置了此variables,如果客户端请求是前端连接上的初始请求,则不会重用池连接。 这样可以避免在代理进行连接检查之后,代理发送的数据到达后端之前,由后端服务器closures池连接的争用条件引起的“远程服务器的代理:错误读取状态行”错误消息。 必须记住,设置这个variables会降低性能 ,特别是对于HTTP / 1.0客户端。