こんにちは誰かが以下のエラーを解決するのを手伝ってくれますか
[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リバースプロキシを使用しており、vs構成を確認します
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この変数が設定されている場合、クライアント要求がフロントエンド接続の最初の要求である場合、プールされた接続は再利用されません。 これにより、「プロキシ:リモートサーバーからのステータス行の読み取りエラー」の競合によるエラーメッセージが回避されます。プロキシによる接続チェックの後、プロキシから送信されたデータがバックエンドに到達する前に、バックエンドサーバーがプールされた接続を閉じたという条件。特にHTTP/1.0クライアントでは、この変数を設定するとパフォーマンスが低下することに注意してください。