On Mon, Jun 22, 2009 at 8:49 AM, Karim Zaki<[email protected]> wrote: > Hello, > > I'm running Apache 2.0 on Solaris 10, and I have it configured to proxy > requests to a Squid server. The configuration is as follows: > > ProxyRemote * http://<squid-server>:<squid-port> > > Apache is configured with a 10-second timeout as follows: > > Timeout 10 > > However, I'm seeing requests in the Apache logs that are taking over 20 > seconds to be served, and they are requests that are going through Squid. > > My question is whether there are other factors involved in determining the > "effective" timeout, which I may not be aware of. > > I know there's ProxyTimeout that would affect proxied requests, but do I need > to set it? Why does Timeout not handle this?
That's 10 seconds between each read over the network, not end-to-end. -- Eric Covener [email protected] --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected]
