Please Help One of my handlers do an:
$r->set_handlers( PerlInitHandler => undef);
Later in the same virtual host configuration there is another Directory
covering the URL /xxxx with this handler.
PerlInitHandler "sub { my $r = shift; warn 'callback', $r->current_callback;
warn 'this should not be called'; } "
It happens that the callback printed in the above warn is: PerlInitHandler
Exacty what i though was removed with: $r->set_handlers( PerlInitHandler =>
undef);
Hans
