Re: [users@httpd] Counting connections against the limit

2020-07-17 Thread Eric Covener
On Fri, Jul 17, 2020 at 12:13 PM Mahmood Naderan wrote: > > >Don't, use /server-status. > > Thanks I also use that. But that page has a lot of information. > > Still I don't know which number in that page is the sign of reaching > ServerLimit. > > Do you mean that I always have to look at MaxRequ

Re: [users@httpd] Counting connections against the limit

2020-07-17 Thread Mahmood Naderan
>Don't, use /server-status. Thanks I also use that. But that page has a lot of information. Still I don't know which number in that page is the sign of reaching ServerLimit. Do you mean that I always have to look at MaxRequestWorkers which is the number of apache processes? Regards, Mahmood

Re: [users@httpd] Counting connections against the limit

2020-07-17 Thread Eric Covener
On Fri, Jul 17, 2020 at 6:35 AM Mahmood Naderan wrote: > > Hello > > I want to know what is the relation between ServerLimit and > MaxRequestWorkers? I have read about them on the apache website, but still I > don't know are these two equal or one should be greater than the other? If > yes, by

[users@httpd] Counting connections against the limit

2020-07-17 Thread Mahmood Naderan
Hello I want to know what is the relation between ServerLimit and MaxRequestWorkers? I have read about them on the apache website, but still I don't know are these two equal or one should be greater than the other? If yes, by how much approximately and why? Also, I want to count the connections