Re: mod_perl interpreter pool

2019-02-24 Thread Gazzali Jaleel
On 2/24/2019 1:32 PM, André Warnier (tomcat) wrote: On 24.02.2019 01:50, Gazzali Jaleel wrote: On 2/22/2019 2:15 PM, John Dunlap wrote: The Prefork MPM has the following settings: StartServers 5 MinSpareServers   5 MaxSpareServers 

Re: Compile mod_perl 1.0 on ubuntu 12.04 or later

2019-02-24 Thread Randolf Richardson
> On 2/22/19 10:54 AM, Matthias Schmitt wrote: > > I doubt that you will be able to compile mod_perl 1.x with newer compilers > > and operating systems. > > Hold my beer :). [sNip] > I have a Makefile that does all of this. I suppose I could publish > it on github or something, but given the age

Re: Compile mod_perl 1.0 on ubuntu 12.04 or later

2019-02-24 Thread Michael Schout
On 2/22/19 10:54 AM, Matthias Schmitt wrote: > I doubt that you will be able to compile mod_perl 1.x with newer compilers > and operating systems. Hold my beer :). $ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=18.04 DISTRIB_CODENAME=bionic DISTRIB_DESCRIPTION="Ubuntu 18.04.2 LTS" $ w

Re: mod_perl interpreter pool

2019-02-24 Thread tomcat
On 24.02.2019 01:50, Gazzali Jaleel wrote: On 2/22/2019 2:15 PM, John Dunlap wrote: The Prefork MPM has the following settings: StartServers 5 MinSpareServers 5 MaxSpareServers 10 MaxRequestWorkers 150