mod_proxy_http, ProxyTimeout and apr_socket_timeout_set

2010-07-20 Thread Neal Richter
Hi all, Basic question on the ProxyTimeout for mod_proxy_http. Is it: - first byte? - last byte? My guess is that it's a first byte timeout based upon this: /** * Setup socket timeout for the specified socket * @param sock The socket to set up. * @param t Value for the timeout.

Re: mod_proxy_http, ProxyTimeout and apr_socket_timeout_set

2010-07-20 Thread Jeff Trawick
On Wed, Jul 21, 2010 at 2:41 AM, Neal Richter nrich...@gmail.com wrote: Hi all,  Basic question on the ProxyTimeout for mod_proxy_http.   Is it:    - first byte?    - last byte? any byte (i.e., any time proxy attempts I/O, the request fails if it can't send/receive a single byte within this

Re: mod_proxy_http, ProxyTimeout and apr_socket_timeout_set

2010-07-20 Thread Neal Richter
OK thanks.. making sure it would not timeout an ongoing download. We had an issue with a truncated javascript file being served then cached by Akamai. The JS is generated by a backend process that Apache proxies to. I don't think Apache is the problem there.. Thanks - Neal On Tue, Jul 20,