in reply to Latest Version of Apache that supports Mod Perl

As resident wet-blanket trying to do you a solid I'll add, you should not be using mod_perl unless you have a specific need to do so that is impossible to satisfy without it. uWSGI—even FastCGI—is a better application engine unless you need access to apache's guts or request cycle/pipeline. If you’re not married to apache for some reason, I’d suggest looking at nginx as your webserver.

  • Comment on Re: Latest Version of Apache that supports Mod Perl