Questions tagged [max-requests]

7 questions
8
votes
1 answer

Requests are never queued after pm.max_children with Nginx and PHP-FPM

As soon as a pool reached pm.max_children, Nginx starts timing out when trying to send new requests to PHP-FPM. "max listen queue" is always 0 in the php-status page. PHP-FPM 5.5.16 Nginx 1.6.1 Here is the example for a php-fpm…
pembo13
  • 81
  • 1
  • 2
7
votes
4 answers

Apache2 PHP Site - Hitting MaxClients limit - diagnosing?

We have a moderate-traffic site (roughly 20,000 hits a day), running a PHP/MySQL app on Apache 2.2, Ubuntu 9.10 Server, from an Amazon EC2 c1.small instance (1.7 Gb of RAM). We had issues with the website repeatedly becoming unresponsive. As a dirty…
victorhooi
  • 515
  • 3
  • 11
  • 20
2
votes
1 answer

Ressources for HAProxy on heavy load

What are the main ressources HAProxy needs handling millions of requests per hour? What hardware is recommended (CPU, Cored, Ram...)?
Barmi
  • 429
  • 1
  • 6
  • 14
1
vote
2 answers

Why did my apache2 crash? Althoought getting much more space and memory on my server

My website stopped loading on the browser, and worked back again just after I restarted the apache2. I use Amazon AWS ububuntu server moved from t2.micro to t2.large (vCPU: 2, CPU Credits / hour: 36, Mem (GiB) 8) 3 months ago. This is the log of…
user315162
0
votes
1 answer

Apache MaxRequestWorkers issue not resolving

My website generate when I tried to hit 1000 requests per second on it. I am seeing the following errors in my apache logs Apr 06 00:00:33 ns503772******100.net httpd[9585]: AH00515: WARNING: MaxRequestWorkers of 2000 would require 80 servers…
Hassaan
  • 387
  • 2
  • 7
  • 18
0
votes
2 answers

Increase number of maximum apache requests?

Possible Duplicate: Increasing the number of Apache requests? I want to increase the number of max requests, currently it's limited to 150 and it's slowing down my server when it reached that. Im on cPanel/WHM by the way.
Imran
0
votes
2 answers

Website loading until initial script finishes

i have a highly used server (running plesk). I have some long scripts that take a while to process (huge mysql database). I have found then in 1 browser, i run the script and while it is loading i cannot view any other parts of the site until the…
wardy277