Назад | Перейти на главную страницу

ошибка времени ожидания proxy_http

Здравствуйте, может кто-нибудь помочь мне устранить ошибку ниже

[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

прокси-начальный-не-пул Если эта переменная установлена, соединение из пула не будет повторно использоваться, если запрос клиента является начальным запросом на соединении внешнего интерфейса. Это позволяет избежать сообщения «прокси: ошибка чтения строки состояния с удаленного сервера». сообщение об ошибке, вызванное состоянием гонки, когда внутренний сервер закрыл объединенное соединение после проверки соединения прокси-сервером и до того, как данные, отправленные прокси-сервером, достигли серверной части. Следует иметь в виду, что установка этой переменной снижает производительность, особенно с клиентами HTTP / 1.0.