Re: [users@httpd] Question about apache2.4, prefork and mod_perl

2017-09-13 Thread Norbert
On 09/13/17 14:05, Yann Ylavic wrote: Hi Norbert, can we keep the users@ mailing list CC-ed on this since it may be relevant for others too? Moreover people with a better knowledge of mod_perl than me could chime in... On Wed, Sep 13, 2017 at 1:33 PM, Norbert wrote: thanks - but it does not

Re: [users@httpd] Question about apache2.4, prefork and mod_perl

2017-09-13 Thread Yann Ylavic
Hi Norbert, can we keep the users@ mailing list CC-ed on this since it may be relevant for others too? Moreover people with a better knowledge of mod_perl than me could chime in... On Wed, Sep 13, 2017 at 1:33 PM, Norbert wrote: > > thanks - but it does not help - The case seems to be mod_perl

Re: [users@httpd] Question about apache2.4, prefork and mod_perl

2017-09-13 Thread Yann Ylavic
On Wed, Sep 13, 2017 at 10:10 AM, Norbert wrote: > Thanks, I set (on my testmachine): > > > MinSpareServers 4 > MaxSpareServers 4 > MaxConnectionsPerChild 10 > > > but nothing changes - the httpd processes with user www:www appear and > disappear in top after seconds... We the

Re: [users@httpd] Question about apache2.4, prefork and mod_perl

2017-09-13 Thread Yann Ylavic
On Wed, Sep 13, 2017 at 9:56 AM, Yann Ylavic wrote: > > Please have a look at http://httpd.apache.org/docs/2.4/fr/mod/prefork.html. Sorry, http://httpd.apache.org/docs/2.4/mod/prefork.html or http://httpd.apache.org/docs/2.4/de/mod/prefork.html might be more appropriate... --

Re: [users@httpd] Question about apache2.4, prefork and mod_perl

2017-09-13 Thread Yann Ylavic
Hi, On Wed, Sep 13, 2017 at 9:11 AM, Norbert wrote: > > So: I am running apache 2.4 (on FreeBSD 11), use mod_perl and prefork. When > the server starts it creates several httpd processes all running under root. > This is ok. When a request arrives it creates subprocesses with the user > www:www

[users@httpd] Question about apache2.4, prefork and mod_perl

2017-09-13 Thread Norbert
Hello, I hope this request is not stupid, but I did not find anything which gives me an answer... So: I am running apache 2.4 (on FreeBSD 11), use mod_perl and prefork. When the server starts it creates several httpd processes all running under root. This is ok. When a request arrives it