Re: [users@httpd] RE: rate limit issues in Apache Http server

2022-06-02 Thread Deepak Goel
I would be also interested in knowing - which language are you using to do your business logic (php, java?). On Thu, 2 Jun 2022, 22:14 Frank Gingras, wrote: > 300 is not really a high value, actually. A busy system can handle far > more threads per child process. > > What would be more useful is

Re: [users@httpd] RE: rate limit issues in Apache Http server

2022-06-02 Thread Frank Gingras
300 is not really a high value, actually. A busy system can handle far more threads per child process. What would be more useful is to see the output from /server-status On Thu, 2 Jun 2022 at 12:33, Deepak Goel wrote: > Looks like *ThreadsPerChild* is already high. What's your hardware > config

Re: [users@httpd] RE: rate limit issues in Apache Http server

2022-06-02 Thread Deepak Goel
Looks like *ThreadsPerChild* is already high. What's your hardware configuration and its usage (when the error starts showing) too? Deepak "The greatness of a nation can be judged by the way its animals are treated - Mahatma Gandhi" +91 73500 12833 deic...@gmail.com Facebook: https://www.faceboo

Re: [users@httpd] RE: rate limit issues in Apache Http server

2022-06-02 Thread Frank Gingras
Based on the error, increase ThreadsPerChild. You can also look at mod_ratelimit. On Thu, 2 Jun 2022 at 04:18, Rathore, Rajendra wrote: > Also seen below errors in error.log file > > > > [Thu Jun 02 12:04:38.863338 2022] [mpm_winnt:error] [pid 3488:tid 7984] > AH00326: Server ran out of threads

[users@httpd] RE: rate limit issues in Apache Http server

2022-06-02 Thread Rathore, Rajendra
Also seen below errors in error.log file [Thu Jun 02 12:04:38.863338 2022] [mpm_winnt:error] [pid 3488:tid 7984] AH00326: Server ran out of threads to serve requests. Consider raising the ThreadsPerChild setting [Thu Jun 02 12:10:28.135335 2022] [ssl:debug] [pid 628:tid 1452] ssl_engine_io.c(1

[users@httpd] RE: rate limit issues in Apache Http server

2022-06-02 Thread Rathore, Rajendra
Hi Team, Can you please suggest some Apache configuration settings to fix the below issue. I have below configurations: StartServers1 MinSpareThreads 151 MaxSpareThreads 300 ThreadsPerChild 300 ThreadLimit 300 MaxRequestWorkers 300 MaxConn