I've got these two mod_perl handler directives in my httpd.conf.

PerlChildInitHandler Child::ChildInit
PerlTransHandler Apache::Gatekeeper

The PerlChildInitHandler works fine always, and the PerlTransHandler
works fine without the PerlChildInitHandler. But as soon as I try to
load them together, the TransHandler fails with this message...

[Tue Jan 6 06:41:08 2004] [error] Undefined subroutine
&Apache::Gatekeeper::handler called.

I'd appreciate any help.

Cheers.

Ralph