http://qs321.pair.com?node_id=910166


in reply to How to configure mod_perl?

Have you loaded mod_perl?
LoadModule perl_module modules/mod_perl.so

Replies are listed 'Best First'.
Re^2: How to configure mod_perl
by rifat (Initiate) on Jun 17, 2011 at 16:36 UTC
    Yes. It's written on /etc/apache2/mods-enabled/perl.load. It is loaded by the 'Include /etc/apache2/mods-enabled/*.load' command. Though there is no perl.conf file, I don't think it is necessary, as I wrote the statements on the main config file.