Help! How to increase Hard Server Limit
Hi, my server just crashed and when I restarted apache I get this notable error:WARNING: MaxClients of 1000 exceeds compile time limit of 256 servers,
lowering MaxClients to 256. To increase, please see the
HARD_SERVER_LIMIT define in src/include/httpd.h.
I have maxclients in my httpd.conf file to 1000 but it says I need to recompile apache with the HARD_SERVER_LIMIT defined as the same. I never knew this.
Can anyone show me how to change the config? A search in httpd.h didn't find HARD_SERVER_LIMIT
Thanks