Subject: | use Apache2::RequestUtil and Apache2::Access |
Some of your method calls bomb until I modified the package to do:
use Apache2::RequestUtil ();
use Apache2::Access ();
Because they load the methods. I guess you have them loaded in mod_perl
at some prior stage and so it works for you.
I can't get any log output at all, but that may be my funky server setup.