in reply to ubuntu 10.04 mod_perl apache registry starter?

To show all loaded modules use:

apache2ctl -M

If perl_module has not been loaded, add the following line to your httpd.conf and restart Apache:

LoadModule perl_module modules/mod_perl.so

Documentation, tutorials, etc. can be found on http://perl.apache.org/.

Replies are listed 'Best First'.
Re^2: ubuntu 10.04 mod_perl apache registry starter?
by iaw4 (Monk) on Oct 06, 2010 at 13:02 UTC
    thank you, gentlemen. I did not know about fastcgi, but this was very easy to get going, so I am using fastcgi now.