Antwort: Re: [Mod_gzip] SEND_AS_IS:HAS_CE message
mod_gzip@lists.over.net
mod_gzip@lists.over.net
Fri, 2 May 2003 11:54:28 +0200
Hi Jack,
> output_handler = ob_gzhandler
this one is known to provide gzip compression for PHP
scripts - but don't ask me how to configure or even
disable it.
As Kevin pointed out, you may want to comment this out.
> PS: I have enabled Zend Opertmizer.
Heureka.
Please read
http://www.zend.com/zend/art/buffering.php
where Zend documents their procedure how to serve PHP
output in compressed form. (Unfortunately, they don't
use link targets inside their documents ...)
You don't have any problem at all, except for not reading
the documentation of the suite of software that you are
using (which includes
http://www.schroepl.net/projekte/mod_gzip/status.htm#SEND_AS_IS:HAS_CE
as well), and thus wondering what their diagnostic output
means.
After all, who cares which of your modules actually does
the compression, as long as any one does it?
Regards, Michael
P.S.: It took me about 30 seconds to ask Google for
"Zend gzip"; the above link is the _first_ hit.