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

Re: Mod_deflate Apache 2.0.48 and windows 2003

From: anton <anton_at_nezzwerk.com>
Date: 2004-01-14 09:01:38 CET

Adam Lofstedt wrote:
> 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:

you need to set the output filter to DEFLATE. it is optional, but you
can also specify the encoding it should act upon (see the apache manual).

http://httpd.apache.org/docs-2.0/mod/mod_deflate.html has the details
you need.

>
> 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?

according to this:
http://httpd.apache.org/docs-2.0/mod/mod_deflate.html#deflatefilternote

it can log the before/after sizes of the served pages, therefore
verifying whether deflate is indeed working.

you can always use netcat and do it via command line on windows to see
what response you get back.

-a

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 14 08:10:21 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.