mod_perl interpreter pool

2019-02-22 Thread John Dunlap
The Prefork MPM has the following settings: StartServers 5 MinSpareServers 5 MaxSpareServers 10 MaxRequestWorkers 150 MaxConnectionsPerChild 0 I see these Apache directives but the documentation states that

Re: Compile mod_perl 1.0 on ubuntu 12.04 or later

2019-02-22 Thread Matthias Schmitt
Hello, > On 22 Feb 2019, at 17:19, Hans Poo wrote: > > Yes, I do. I'am aware of that, the software is built with mod_perl 1.0, and I > have been able to run it under 10.04, but there's no support for 10.4 in the > internet right now you know, so I'm looking for a way to compile it for 12.04.

Re: Compile mod_perl 1.0 on ubuntu 12.04 or later

2019-02-22 Thread Hans Poo
Yes, I do. I'am aware of that, the software is built with mod_perl 1.0, and I have been able to run it under 10.04, but there's no support for 10.4 in the internet right now you know, so I'm looking for a way to compile it for 12.04. El vie., 22 feb. 2019 11:34 a.m., Matthias Schmitt escribió: >

Re: Compile mod_perl 1.0 on ubuntu 12.04 or later

2019-02-22 Thread Matthias Schmitt
Hello, > On 22 Feb 2019, at 12:47, Hans Poo wrote: > > I've been unable to compile 1.0 on ubuntu 12.04 or later. Anyone has been > able to compile it or has a patched mod_perl source tree ? > > wget https://archive.apache.org/dist/httpd/apache_1.3.42.tar.gz > wget http://apache.org/dist/perl/

Compile mod_perl 1.0 on ubuntu 12.04 or later

2019-02-22 Thread Hans Poo
Hi, I've been unable to compile 1.0 on ubuntu 12.04 or later. Anyone has been able to compile it or has a patched mod_perl source tree ? cd ~/src wget https://archive.apache.org/dist/httpd/apache_1.3.42.tar.gz wget http://apache.org/dist/perl/mod_perl-1.31.tar.gz tar xzvf apache_1.3.42.tar.gz ta