Re: [users@httpd] Apache2 2.4.18

2020-04-14 Thread Nitin Kadam
Hi Eric, Thanks for reply I am not in coding & new at web servers. Can u please guide exactly what I have do to. As simply restart of Apache solves the problem but this event is unexpected and then we need to monitor error logs continuously On Tue, Apr 14, 2020, 9:26 PM Eric Covener wrote:

Re: [users@httpd] Apache2 2.4.18

2020-04-14 Thread Nitin Kadam
Hi Thomas, Thanks for reply.. I am using mpm_event .. Both the config available mpm_event and mpm_worker MaxConnectionsPerChild is set to 0 by default. On Tue, Apr 14, 2020, 9:19 PM Thomas Plant wrote: > Hi, > > do not know if this applies to your problem, but I had the same error a > few

Re: [users@httpd] Apache2 2.4.18

2020-04-14 Thread Eric Covener
On Tue, Apr 14, 2020 at 11:49 AM Thomas Plant wrote: > > Hi, > > do not know if this applies to your problem, but I had the same error a > few months ago, in a server acting as 'normal' http server, not a proxy > setup. I'm using MPM worker and an httpd, 2.4.6 from CentOS, and had to set > >

Re: [users@httpd] Apache2 2.4.18

2020-04-14 Thread Thomas Plant
Hi, do not know if this applies to your problem, but I had the same error a few months ago, in a server acting as 'normal' http server, not a proxy setup. I'm using MPM worker and an httpd, 2.4.6 from CentOS, and had to set MaxRequestsPerChild 0 in the worker configuration. On CentOS 7 it is

[users@httpd] Apache2 2.4.18

2020-04-14 Thread Nitin Kadam
Hi Team, I have apache2 installed on Ubuntu 16.04 server for reverse proxy version 2.4.18. In logs i am getting below error and same time application URL stopped working , request you to provide me solution on this issue. I have to restart apache2 service to restore back the application