On Tuesday 03 October 2006 14:23, saf wrote:
> Hello,
>
> I need a module which unzip gzipped files so that I can then use filters
> to filter out some data in this gzipped html files.
>
> Because when I have a test.html.gz file, the module should only gunzip
> *.html.gz files as OutputFilter to save performance. Then I can parse
> and change some contents of this files and re-compress them with the
> module DEFLATE.

It's called mod_deflate, and has both inflate and deflate filters.

-- 
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.prenhallprofessional.com/title/0132409674

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to