sub handler {
my $r = shift;
$r->print( $r->dir_config('MyConfig') );
return Apache2::Const::OK;
};
I'm getting this in the logs:
Can't locate object method "dir_config" via package "Apache2::RequestRec"
What am I missing here?I haven't done any MP2 development thus far, and haven't done much mp1 either. Just trying to toss together a wrapper around something quickly...
-=Chirs
smime.p7s
Description: S/MIME Cryptographic Signature
