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

Mod_deflate Apache 2.0.48 and windows 2003

From: Adam Lofstedt <adaml_at_visimation.com>
Date: 2004-01-14 07:17:23 CET

Does anyone know if there are still client timeout issues with mod_deflate
in Apache 2.0.48? Does svn disable http compression by default?

If there aren't any issues, does anyone have any instructions for getting
mod_deflate to work on windows? I added the following to my httpd.conf:

LoadModule deflate_module modules/mod_deflate.so

Is there anything else I need to add? I read that I might need to add this:

<IfModule mod_deflate.c>
    SetEnv gzip-only-text/html 0
    SetOutputFilter DEFLATE
</IfModule>

Do I need to add the above?

Also, how can I verify that mod_deflate is working? Is there a deflate log
file somewhere? Do I need to configure my Apache conf log entries a certain
way?

Thanks a lot,
Adam Lofstedt

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 14 07:18:16 2004

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.