Hi,
I've been looking at the build-script, specifically the doApache-function that configures and compiles apache.
I've noticed that the HARD_SERVER_LIMIT is increased from 256 to 32768, and am curious to why this is done.
Also - in httpd.conf, the setting for MaxClients is pr default set to 450 - isn't it a little optimistic to think an average server would handle 450 simultaneous requests (of course, depending on the server and the type of request, but in any case, we don't want apache to break the entire server)?
Finally - if I change anything in httpd.conf, will this ever be overwritten by DA?
Thanks,
I've been looking at the build-script, specifically the doApache-function that configures and compiles apache.
I've noticed that the HARD_SERVER_LIMIT is increased from 256 to 32768, and am curious to why this is done.
Also - in httpd.conf, the setting for MaxClients is pr default set to 450 - isn't it a little optimistic to think an average server would handle 450 simultaneous requests (of course, depending on the server and the type of request, but in any case, we don't want apache to break the entire server)?
Finally - if I change anything in httpd.conf, will this ever be overwritten by DA?
Thanks,