in reply to Apache won't load when mod_perl enabled

Can't load Perl module Apache2

Which mod_perl version did you have installed at the time it used to work?  Maybe it has to do with the various namespace changes for the 2.0 API...   In particular note (cited from that .pod):

Remove any occurrences of use Apache2; in a script or module, as well as PerlModule Apache2 in an Apache configuration file.

(Update: changed link to better readable HTML version of the POD)

Replies are listed 'Best First'.
Re^2: Apache won't load when mod_perl enabled
by youlose (Scribe) on May 07, 2008 at 10:40 UTC
    Maybe you need to add something like LoadFile "../perl/bin/perl510.dll"
    before LoadModule ... mod_perl.so