[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Timeouts on WebDAV svn server (Win32)

From: Danil Shebounin <danil.shebounin_at_gmail.com>
Date: 2007-03-12 21:00:45 CET

Thanx!
I will take a note on your solution. If this problem will progress in the
future, I try to fix it with Apache timeout settings, as you suggest.

Now I have to set up a temporary solution - there is a lot of work to do
now, so I have no time to fix subversion server. The solution is a tie of
local svn server and CruiseControl server + WebDAV svn server for
developers.

2007/3/6, Rahul Bhargava me@rahulbhargava.org:
>
>
> Try increasing the KeepAlive settings in Apache conf file (httpd.conf or
> i fyou have a defaults conf):
>
> #
> # Timeout: The number of seconds before receives and sends time out.
> #
> Timeout 50000
>
> #
> # KeepAlive: Whether or not to allow persistent connections (more than
> # one request per connection).
> #
> KeepAlive On
>
> # MaxKeepAliveRequests: The maximum number of requests to allow
> # during a persistent connection. Set to 0 to allow an unlimited amount.
> #
> MaxKeepAliveRequests 0
>
> #
> # KeepAliveTimeout: Number of seconds to wait for the next request from
> the
> # same client on the same connection.
> #
> KeepAliveTimeout 250000
>
> This would ensure Http connections do not timeout in the middle of a
> WebDAv request.
>
Received on Mon Mar 12 21:01:08 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.