[Mod_gzip] Empty output with all .php pages

Matt Dickinson mod_gzip@lists.over.net
Sun, 27 Apr 2003 18:32:33 +0100


>> DECLINED:HAS_CE... But I've no idea what to look for now!
> 
> DECLINED:HAS_CE I think means that the output returned from the CGI
> script already has a _C_ontent _E_ncoding.  Kevin Kiley, the author
> of mod_gzip did extensive testing to determine that almost all
> browsers did not properly handle multiple content-encodings (even
> though such is allowed by the RFCs) and so mod_gzip will refuse to
> add a content-encoding if one already exists.

Does this mean that mod_gzip won't do anything to the output? Presumably it
will let pass the content? And not modify it at all?

In which case, why does the output of phpinfo() get munged into
<html><body></body></html> ?


Thanks,

Matt