Apache 2.2 error_log에서 다음 메시지로 발생하는 상황을 이해하려고합니다.
Wed May 18 21:03:29 2011] [error] [client 172.20.10.10] (70007)The timeout specified has expired: proxy: error reading status line from remote server super-load1-ga.test.com, referer: https://tester2.test.com/boom/ga/inside.as
피
mod_proxy로 Apache 2.2를 실행하고 있습니다. 이 Apache가 httpd.conf의 5 분 TimeOut 값과 관련된 요청을 시간 초과합니까? (이것은 5 분 안에 원격 서버로부터 응답을받지 못한다는 의미입니다.) 아니면 단순히 원격 서버로부터의 연결을 처리 할 수 없다는 응답입니까?
이 오류가 발생하면 Apache가 MaxClients를 빨리 소모합니다.
프록시 입력의 빠른 예 :
ProxyPass /boom/ga https://super-load1-ga.test.com
ProxyPassReverse /boom/ga https://super-load1-ga.test.com
Timeout
값이 사용됩니다. httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxytimeout 및 httpd.apache.org/docs/2.2/mod/core를