Re: Recommended Linux distribution for LAMP/mod_perl

2016-10-04 Thread John Dunlap
That's exactly what I do as well. Debian on both the server and on the development machine. On Tue, Oct 4, 2016 at 12:52 PM, Vincent Veyron wrote: > On Tue, 4 Oct 2016 12:40:14 + (UTC) > " daniel.axtell" wrote: > > > > > > > On Mon, 10/3/16, Vinc

Re: Recommended Linux distribution for LAMP/mod_perl

2016-10-04 Thread Vincent Veyron
On Tue, 4 Oct 2016 12:40:14 + (UTC) " daniel.axtell" wrote: > > > On Mon, 10/3/16, Vincent Veyron wrote: > Now all I need to do to get up and running is > : > > apt install > apache2-mpm-prefork libapache2-request-perl > libapache2-mod-per

Re: Recommended Linux distribution for LAMP/mod_perl

2016-10-04 Thread Dominic Hargreaves
On Tue, Oct 04, 2016 at 12:40:14PM +, daniel.axtell wrote: > > On Mon, 10/3/16, Vincent Veyron wrote: > Now all I need to do to get up and running is > : > > apt install > apache2-mpm-prefork libapache2-request-perl > libapache2-mod-perl2 li

Re: Recommended Linux distribution for LAMP/mod_perl

2016-10-04 Thread daniel.axtell
On Mon, 10/3/16, Vincent Veyron wrote: Now all I need to do to get up and running is : apt install apache2-mpm-prefork libapache2-request-perl libapache2-mod-perl2 libapache2-mod-apreq2 apache2.2-common and from then on : apt upgrade

Re: Recommended Linux distribution for LAMP/mod_perl

2016-10-03 Thread Vincent Veyron
On Mon, 3 Oct 2016 17:08:09 + (UTC) " daniel.axtell" wrote: > I'm curious if people here find a particular Linux distribution Perl and > mod_perl friendly 7 years of using Debian stable without any problem. > > Should I just assume building everything in the LAMP stack from source is the

Re: Recommended Linux distribution for LAMP/mod_perl

2016-10-03 Thread Lathan Bidwell
We went through a bit of an tricky patch when Ubuntu prematurely switched from Apache 2.2 to 2.4 (with major changes needed for mod_perl to work), like 6-12months before it was ready. But otherwise, I have not had any major issues with ubuntu and apache/mod_perl. *Lathan Bidwell*Web Programmer

Re: Recommended Linux distribution for LAMP/mod_perl

2016-10-03 Thread Dr James Smith
We tend to now use Ubuntu LTS set ups for our webservers - currently a mix of 12.04, 14.04 and 16.04 depening on which part of the production cycle we are on (yes we have at least 60 for approx 120 different websites)... On 03/10/2016 18:09, John Dunlap wrote: You're going to be better off wi

Re: Recommended Linux distribution for LAMP/mod_perl

2016-10-03 Thread Ruben Safir
On 10/03/2016 01:09 PM, John Dunlap wrote: > You're going to be better off with Debian than you will be with CentOS > because Debian actually ships with precompiled mod_perl packages. > manjaro with openrc > On Mon, Oct 3, 2016 at 1:08 PM, daniel.axtell > wrote: >

Re: Recommended Linux distribution for LAMP/mod_perl

2016-10-03 Thread John Dunlap
You're going to be better off with Debian than you will be with CentOS because Debian actually ships with precompiled mod_perl packages. On Mon, Oct 3, 2016 at 1:08 PM, daniel.axtell wrote: > I've been trying to migrate a site with a lot of Perl legacy code running > under Apache 2.2 and mod_per