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?

Thanks,
Karim
---------------------------------------------------------------------
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: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to