Re: [users@httpd] Apache and Perl

2011-12-27 Thread Damien Hull
Thanks for the info... I'm slowly figuring things out. I installed Starman on my test server. Moving on to the Perl application and then the apache 2 config. On Dec 27, 2011, at 10:40 AM, brainbuz wrote: I strongly recommend Starman or another native Plack (PSGI) process server over fcgi or mod

Re: [users@httpd] Apache and Perl

2011-12-27 Thread brainbuz
I strongly recommend Starman or another native Plack (PSGI) process server over fcgi or mod_perl. See the 2011 Catalyst Advent Calender for my article on this. If you look at different Perl Sites you will find a number of good reasons you should use Plack. The short list: * Plack pr

[users@httpd] Apache and Perl

2011-12-27 Thread Damien Hull
Here's what I have... 1. Ubuntu 10.04 2. LAMP 3. A custom installation of Perl over in /usr/local/ 4. A web app that requires perl I'm looking into mod_perl or fcgi to get my web application working. 1. How do I setup Apache to use the custom installation of Perl? 2. Which method is best, fcgi