Hello, I am trying to get my apache to not allow users past X number. We are using Apache 2.0.54 on Win2003 server The httpd.conf does not have a MaxClients directive in it. The only thing it has is: <IfModule mpm_winnt.c> ThreadsPerChild 450 MaxRequestsPerChild 0 </IfModule> There is no module called mpm_winnt.c in any of the directories.Basically what I am striving for is after X number of concurrent connections, return a server too busy error. Is this possible?
Thanks in advance, James --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx