> 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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to