Antwort: [Mod_gzip] PHP 4.1.1 + Apache 2.0.43 + Winnt + mod_gzip
=> DECLINED:EXCLUDED in case of .php
mod_gzip@lists.over.net
mod_gzip@lists.over.net
Mon, 6 Jan 2003 12:30:34 +0200
Hi Zoltan,
> I've implemented the above described infrastructure and installed
> mod_gzip to apache. It works fine in case of html, htm, but
> 'DECLINED:EXCLUDED' in case of php.
which meant that at least one phase of mod_gzip processing
didn't fire any "include" rule - in your case likely the
second one.
> mod_gzip_item_include mime application/x-httpd-php
> It partly works,when I add only
> mod_gzip_item_include mime application/ without x-httpd-php .
So which MIME type does your PHP configuration actually use?
Regards, Michael