Re: [users@httpd] Apache 2.4.37 graceful restart causes error “scoreboard is full, not at MaxRequestWorkers.Increase ServerLimit.”

2021-03-29 Thread Eric Covener
> Are graceful restarts with the Event MPM known to be problematic? Not especially. Not much different from worker. Ultimately if requests are hung, gracefully exiting processes can hang around a long time and take up space needed by processes running after the restart. What are your current MPM

Re: [users@httpd] Apache 2.4.37 graceful restart causes error “scoreboard is full, not at MaxRequestWorkers.Increase ServerLimit.”

2021-03-29 Thread A.J. Gatlin
On Tue, Mar 30, 2021 at 2:11 AM Paul A wrote: > > I'm not sure where "rich" becomes "poor"? Been using both for a couple > of decades or more. If it ain't broken, don't fix it. Try "Apache's > rotatelogs" and if you're really unhappy that it needs tweaking, > probably someone here can help you.

Re: [users@httpd] Apache 2.4.37 graceful restart causes error “scoreboard is full, not at MaxRequestWorkers.Increase ServerLimit.”

2021-03-29 Thread Jim Albert
On 3/29/2021 8:45 AM, A.J. Gatlin wrote: Hi there, I'm running some PHP-based sites on CentOS 8, which uses version 2.4.37 of Apache. Apache is set to use MPM Event mode, which is also the default. Once per day during a quiet period, logrotate rotates the Apache logs by doing a graceful

Re: [users@httpd] Apache 2.4.37 graceful restart causes error “scoreboard is full, not at MaxRequestWorkers.Increase ServerLimit.”

2021-03-29 Thread Paul A
On 2021-03-29 7:39 p.m., A.J. Gatlin wrote: On Mon, Mar 29, 2021 at 9:52 PM angel Hall-Coulston wrote: Try this: https://httpd.apache.org/docs/2.4/programs/rotatelogs.html I appreciate the tip, and I believe the use of Apache's own log rotation would allow me to sidestep the problem.

Re: [users@httpd] Apache 2.4.37 graceful restart causes error “scoreboard is full, not at MaxRequestWorkers.Increase ServerLimit.”

2021-03-29 Thread A.J. Gatlin
On Mon, Mar 29, 2021 at 9:52 PM angel Hall-Coulston wrote: > Try this: > https://httpd.apache.org/docs/2.4/programs/rotatelogs.html > I appreciate the tip, and I believe the use of Apache's own log rotation would allow me to sidestep the problem. However, Apache's rotatelogs isn't quite as

Re: [users@httpd] Apache 2.4.37 graceful restart causes error “scoreboard is full, not at MaxRequestWorkers.Increase ServerLimit.”

2021-03-29 Thread angel Hall-Coulston
Try this: https://httpd.apache.org/docs/2.4/programs/rotatelogs.html > On 29 Mar 2021, at 13:45, A.J. Gatlin wrote: > > Hi there, > > I'm running some PHP-based sites on CentOS 8, which uses version 2.4.37 of > Apache. Apache is

[users@httpd] Apache 2.4.37 graceful restart causes error “scoreboard is full, not at MaxRequestWorkers.Increase ServerLimit.”

2021-03-29 Thread A.J. Gatlin
Hi there, I'm running some PHP-based sites on CentOS 8, which uses version 2.4.37 of Apache. Apache is set to use MPM Event mode, which is also the default. Once per day during a quiet period, logrotate rotates the Apache logs by doing a graceful restart (reload) as part of a postrotate command: