I'm having some problems with my Apache2 DAV Svn server. When I checkout my repository it gives me this error:
REPORT of '/svn/Mario_Kart_Source_Files/!svn/vcc/default': Could not read response body: De externe host heeft een verbinding verbroken.
The translation from Dutch is: The external host has closed the connection However, this only occurs when:
- It is a "larger" file (Lets say > 1M)
- I checkout from outside my own network. When I connect using localhost or from an other pc in my network, it works just fine.
I allready changed my timeouts 开发者_如何学编程in the httpd.conf, but it does not solve my problem.
DAVMinTimeout 1900
LimitXMLRequestBody 0
Timeout 1900
Does any of you know a solution to my problem?
In your Windows router:
netsh routing ip nat set global tcptimeoutmins=60
That will set the timeout to be 60 minutes. Take a look at http://technet.microsoft.com/en-us/library/cc754535%28WS.10%29.aspx#BKMK_101 for more information.
精彩评论