in reply to Apache 2.4, mod_perl and PerlAccessHandler

Try adding
use Apache2::Const -compile => qw(FORBIDDEN OK);

poj

Replies are listed 'Best First'.
Re^2: Apache 2.4, mod_perl and PerlAccessHandler
by Rodster001 (Pilgrim) on Mar 10, 2016 at 16:24 UTC
    That did the trick. Thanks!