I'm trying to get at PerlSetVar configurations, and this doesn't work under MP2:

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

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to