Hi,After upgrading to mod_perl 2.0.2 (actually migrating to an ubuntu server) I can't get my custom configuration directives to work. Apache2 accepts them on startup (not complaining about invalid commands) but the following returns an undefined value:
my $dir_config = Apache2::Module::get_config( 'My::Config', $s, $r->per_dir_config ); Anyone know what this can be? -Kurt.