Why does Apache/Dynagzip.pm call $r->content_type('text/html') in several places? My apache module earlier in the Apache::Filter chain sets $r->content_type to something else, but it then gets overridden by Dynagzip.pm. If I comment out all the calls to $r->content_type('text/html') in Dynagzip.pm. I get the correct content type. I'd like it if I could get this behavior without modifying Dynagzip.pm...

-John

Reply via email to