[apache] server reached MaxClients setting, consider raising the MaxCl

server reached MaxClients setting, consider raising the MaxCl [apache] - Win NT/2K/XP - Windows & Software

Marsh Posté le 01-04-2009 à 13:05:12    

Bonjour, qques secondes après le redémarrage de mon serveur, j'obtiens cette ligne
server reached MaxClients setting, consider raising the MaxClients setting

 

je suis en VPS 1and1 / centos5 / Apache 2
j'ai essayé des configurations diverses à ce jour, notamment commenté les lignes du mod.prefork

Code :
  1. Timeout 30
  2. KeepAlive On
  3. KeepAliveTimeout 8
  4. MaxKeepAliveRequests 200
  5. <IfModule worker.c>
  6. ServerLimit         600
  7. MaxClients          500
  8. StartServers        100
  9. MinSpareThreads     200
  10. MaxSpareThreads     400
  11. ThreadsPerChild     25
  12. MaxRequestsPerChild 400
  13. </IfModule>
  14. #<IfModule prefork.c>
  15. #ServerLimit      500
  16. #StartServers     50
  17. #MinSpareServers  60
  18. #MaxSpareServers  200
  19. #MaxClients       400
  20. #MaxRequestsPerChild  4000
  21. #</IfModule>


Message édité par grosbin le 01-04-2009 à 13:07:26

---------------
Photos Panoramiques Montagnes Haute Savoie
Reply

Marsh Posté le 01-04-2009 à 13:05:12   

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed