Re: Apache::Dynagzip not seeing my headers from Apache::Registry script

2004-12-29 Thread Slava Bizyayev
Hi Alex, Yes, $r=Apache->request was my another suspect... On Wed, 2004-12-29 at 15:00, Alex Greg wrote: > I tried adding "my ($fh, $status) = $r->filter_input();" to the > script, but got the same error. > > After a bit of digging, I found someone else had the same "Not a HASH > reference" erro

Re: Apache::Dynagzip not seeing my headers from Apache::Registry script

2004-12-29 Thread Alex Greg
On 24 Dec 2004 20:53:57 -0600, Slava Bizyayev <[EMAIL PROTECTED]> wrote: > Please Alex, "reply to all" in order to keep the thread on list. Yikes! Sorry about that - I'm still not quite used to Gmail's interface! > I believe that Ken Williams could give you a more precise advise since > I'm alwa

Re: Apache::Dynagzip not seeing my headers from Apache::Registry script

2004-12-24 Thread Slava Bizyayev
Please Alex, "reply to all" in order to keep the thread on list. I believe that Ken Williams could give you a more precise advise since I'm always writing pure Apache handlers in similar cases, but just in order to give a quick try I would suggest to register the input too. I'm not quite sure, but

Re: Apache::Dynagzip not seeing my headers from Apache::Registry script

2004-12-24 Thread Slava Bizyayev
Hi Alex, Your problem is originated from the fact that your code is not compatible with the Apache::Filter chain that you are trying to use. Apache::Dynagzip does not see your header because Apache::RegistryFilter does not allow it to get through. That's why Apache::Dynagzip sets up the default Co