in reply to Re^2: Disabling a C Apache handler with mod_perl
in thread Disabling a C Apache handler with mod_perl

You can set C handlers. For example, this tells apache to use the standard file handler:
$r->handler('default-handler');