You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Joost de Heer <sa...@xs4all.nl> on 2006/02/21 10:33:49 UTC

[users@httpd] Re: INFLATE filter and content decompression

> I am looking for a way to do this under Apache2 and am
> wondering whether anyone has any ideas.  I have tried this:
> <Files .html>
> SetOutputFilter INFLATE
> </Files>

<FilesMatch \.html> or <Files ~ *.html> perhaps?

And on the mod_deflate page there are some examples on how to disable gzip
compression, it shouldn't be too hard to reverse the logic, I think.

Joost


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org