Hi,

I was wondering if anyone had experienced some funky behavior when 'pushing'
a content handler (PerlHandler).  The initial request makes the appropriate
content handler call but  upon subsequent requests the content handler
routine does not get called.

This is a snippet of code from a startup file that is loaded at system
startup:
my $environment = $ENV{'ENVIRONMENT'};
Apache->push_handlers( PerlHandler=>  sub {
    return "Package::Base::$environment"->handler( shift );
} );

Thanks,

Reply via email to