Hi Ryan,
On Wed, 2004-09-08 at 15:56, Ryan Underwood wrote:
> No, the problem doesn't go away without Dynagzip.

So far, there is nothing about Apache::Dynagzip in this problem really.

> I couldn't get
> Dynagzip to work correctly with a nph CGI script either.  There is an
> option UseCGIHeadersFromScript but it appears to have no effect in the
> code.

Right, UseCGIHeadersFromScript should not have any effect inside the
Apache::Filter chain. There are simply no any CGI anymore since you
switch to Apache::Filter that carries own requirements on how you should
create HTTP headers in your script. You should consider appropriate
changes in your script before switching. Otherwise, you can try to
configure Apache::Dynagzip to serve your script as a CGI binary, and
continue to enjoy the UseCGIHeadersFromScript option in your
configuration if necessary.

Thanks,
Slava



-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to