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

2021-03-30 Thread A.J. Gatlin
On Tue, Mar 30, 2021 at 4:58 PM Jim Albert wrote: > > How about a graceful restart right after a fresh full restart. Does that > immediate graceful restart present the same issue or does the problem > require some period of requests before a graceful restart will present the > problem. Some proce

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

2021-03-30 Thread Eric Covener
> >LoadModule cgid_module modules/mod_cgid.so >ServerLimit 32 >ThreadsPerChild 25 >MaxRequestWorkers 800 > > > The system has now survived an unattended log rotation and Apache reload with > those settings, but I can't be sure if it's because of the MPM config change, > luck, or

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

2021-03-30 Thread A.J. Gatlin
On Tue, Mar 30, 2021 at 11:52 AM Daniel Ferradal wrote: > I may be adding noise, but it is worth checking if you are using third > party modules and which ones. > Thanks for the tip. I'm not using any third party modules. I had a hunch that maybe mod_security was causing issues, but on my testbe

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

2021-03-30 Thread A.J. Gatlin
On Tue, Mar 30, 2021 at 2:49 AM Eric Covener wrote: > What are your current MPM settings and how busy is your server during > rotation? If ServerLimit is above MaxClients/ThreadsPerChild the extra > scoreboard space is what allows the old generation of processes to > gracefully exit while a new

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

2021-03-30 Thread Jim Albert
On 3/30/2021 8:51 AM, A.J. Gatlin wrote: On Tue, Mar 30, 2021 at 2:42 AM Jim Albert > wrote: Have you checked your request logs at the time of restart for any request activity associated with the restart? Yes, I did have a look at this to see if there was

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

2021-03-30 Thread A.J. Gatlin
On Tue, Mar 30, 2021 at 2:42 AM Jim Albert wrote: > > Have you checked your request logs at the time of restart for any > request activity associated with the restart? > Yes, I did have a look at this to see if there was anything out of the ordinary. However, I didn't see anything interesting --

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

2021-03-30 Thread Daniel Ferradal
I may be adding noise, but it is worth checking if you are using third party modules and which ones. I don't know which version of Apache worked around issues with some cases of third party "misbehaving" modules, which would make workers be gracefully closing for ever and that would also lead to

[users@httpd] External exception in httpd

2021-03-30 Thread Michael Rabatscher
Hey guys! I'm currently a Delphi developer creating a windows module for the apache 2.4 server. Every time I run the module with a debugger attached (and httpd.exe -X acutally to avoid 2 instances) I get a system exception on shutdown: system exception (code 0xc008) which as far as I could r