我们的SVN面临着奇怪的问题。
这是他超时时的一些日志。
[Mon Dec 08 15:13:32.345525 2014] [dav:error] [pid 29316:tid 1136040256] (70007)The timeout specified has expired: [client 10.213.64.91:58474] Timeout reading the body (URI: /svn/com.company.dwh/!svn/txr/774-oq/Databases/trunk/doc/HP/samReporting/configuration/company_SAM_SHR_Configuration_and_Operation_Guide_006.pdf) [408, #0]
[Mon Dec 08 15:14:38.013723 2014] [dav:error] [pid 29316:tid 1324857664] (70007)The timeout specified has expired: [client 10.213.64.91:58479] Timeout reading the body (URI: /svn/com.company.dwh/!svn/txr/774-or/Databases/trunk/doc/HP/samReporting/configuration/company_SAM_SHR_Configuration_and_Operation_Guide_006.pdf) [408, #0]
[Mon Dec 08 15:16:53.640390 2014] [dav:error] [pid 29316:tid 1314367808] (70007)The timeout specified has expired: [client 10.213.64.91:42977] Timeout reading the body (URI: /svn/com.company.dwh/!svn/txr/774-os/Databases/trunk/doc/HP/samReporting/configuration/rtsm/company_Prepare_RTSM_for_SHR.zip) [408, #0]
svnadmin --version
svnadmin, version 1.4.2 (r22196)
compiled Aug 5 2009, 19:02:07
任何人都可以给我一些提示可能出错或在哪里检查某些"上传限制"?它可能是严重配置的Eclipse或SVN方面的东西,或者可能是某些Apache限制?但我认为Apache因为使用Eclipse作为客户端而超出了范围?
如果我需要更多信息,请告诉我哪一个。
感谢您在这种情况下给予的支持
此致 M<>
答案 0 :(得分:0)
您可以调整两个指令:
禁用任何时间/尺寸限制:
RequestReadTimeout header=0 body=0 # At global level
LimitRequestBody 0 # At vhost level
或者只是不加载模块:
# LoadModule reqtimeout_module modules/mod_reqtimeout.so
答案 1 :(得分:-1)
是的,这是Apache配置文件中的限制。不知道哪一个,但一旦你逐行去,你就可以找到它。