in reply to Re^2: Apache won't load when mod_perl enabled
in thread Apache won't load when mod_perl enabled
It's by design. If your configuration is screwed up, it's better to fail than it is to start in a runstate that will allow for unexpected behaviour.
I'd rather have it die on mod perl than have it load and throw errors on every perl page. That kind of situation will leave you troubleshooting your perl libraries before you check apache, because apache is running, right? Must be working.