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, 2010 at 9:16 PM, Jeff Trawick <traw...@gmail.com> wrote: > 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 timeout value) >