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

Re: More on timeout with large commits

From: Steve Williams <stevewilliams_at_kromestudios.com>
Date: 2003-07-18 06:52:59 CEST

>> As Sander Striker said, the best thing to do is to outright disable
>> compression within your httpd.conf's svn <Location>. That's the only
>> we can be *sure* there's no apache compression happening. This MERGE
>> timeout sure looks like compression is still happening on the server.
>
> Being a Linux newbie, how does one disable deflate on a location? The
> mod_deflate.so module is not being loaded and the text 'deflate' does
> not appear in httpd.conf anywhere. Can deflate be compiled into
> httpd? If so, how do we find out if it is? I installed httpd 2.0.47
> from the summersoft.fay.ar.us site.

Would
BrowserMatch * no-gzip
achieve the disabling of deflate for the repository?

Sly

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 18 06:53:58 2003

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

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