Apache - requests currently being processed

Hello,

Code:
apachectl start
WARNING: MaxClients of 5800 exceeds compile time limit of 2048 servers,
 lowering MaxClients to 2048.  To increase, please see the
 HARD_SERVER_LIMIT define in src/include/httpd.h.
/usr/sbin/apachectl start: httpd started
and in my server-status I can see:

PHP Code:
256 requests currently being processed0 idle servers 
What's wrong? At the start, apache seems to have 2048 maxclients so why is-there 256 requests max?

Thanks

Best regards,

 

 

 

 

Top