The "Apache Server Configuration Customization in Perl" page claims that the following code can be used in the request handler to retrieve configuration values:
my $dir_cfg = $self->get_config($s, $r->per_dir_config); however, it isn't quite clear what $self refers to in the request handler. AFAICT, the correct sample code should be Apache2::Module::get_config('MyApache2::MyParameters', $s, $r->per_dir_config()); as is shown further down. DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED]