bart has asked for the wisdom of the Perl Monks concerning the following question:
I uninstalled and reinstalled mod_perl (with PPM, so it's 2.0.3), and the complaint went away. It appears to start normally... However, when I check the running processes, Apache is not among them.
So now, I simply commented out the LoadModule statement for mod_perl.so in httpd.conf, and put every PerlModule and other perl related statements in <IfModule mod_perl.c> conditionals. And now, Apache loads and runs normally...
Why? What is wrong with mod_perl? How do you diagnose such a case? I get no error messages in the console at all.
Basic mod_perl question: what happens if mod_perl loads succesfully as a program, but it can't find, or otherwise fails to load, a module that's been specified with PerlModule?
|
|---|