Antwort: [Mod_gzip] please send me one httpd.conf where mod_gzip
works with all files :(
mod_gzip@lists.over.net
mod_gzip@lists.over.net
Tue, 12 Aug 2003 10:08:15 +0200
Hi Patrick,
> can somebody send me a config file, where all files would be compressed?
if you want all files to be compressed then write item rules
that match for each request in both rule evaluation phases,
like
mod_gzip_item_include file .
mod_gzip_item_include mime .
But I doubt you will be happy using these rules.
Regards, Michael