in reply to Re^2: Apache Server restart fails
in thread Apache Server restart fails

"Perl-handling module" as in the Apache module that provides the PerlResponseHandler etc directives. That is, mod_perl. Anyway, I'm with zwon here that you either removed or disabled mod_perl by accident somewhere along the way.

Replies are listed 'Best First'.
Re^4: Apache Server restart fails
by locked_user sundialsvc4 (Abbot) on Mar 02, 2012 at 23:49 UTC

    Yes, I apologize for not making that very clear.   I was speaking of Apache modules, which are loaded with the LoadModule directive in httpd.conf.   For some reason, Apache no longer thinks that it’s supposed to be loading this module, or it’s no longer successfully doing so.

    AFAIK, Apache’s architecture is to first load the various modules, effectively as extensions to its core, then to present each incoming configuration directive to each one of them.   If Apache “suddenly doesn’t know what you’re talking about,” it’s because a module, not the core, is what knew about it all along.