On 8/22/06, Rob Wilkerson <r.d.wilkerson@xxxxxxxxx> wrote:
Well, I found the problem, Joshua, and I'm hoping you (or someone) can help me understand it a little better. I dug through my httpd.conf file and saw that the KeepAlive directive was set to Off so I turned it on. That seems quite logical, but I'd like to understand it better in a practical example. I read the docs, but they didn't really tell me how it applies to my situation (or maybe I'm just too dense to get it). Can someone help me understand what that setting does and how it works?
Well, it is explained here: http://httpd.apache.org/docs/2.2/mod/core.html#keepalive But it shouldn't have anything directly to do with your problem. More likely, there is some network problem that is triggered by the massive number of connections that svn is making to apache. Perhaps it is triggering an Anti-DoS rule someplace. Turning KeepAlive on allows the same requests to be made with fewer separate connections. Joshua. --------------------------------------------------------------------- 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-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx