Re: [EMAIL PROTECTED] Max Users

2007-09-21 Thread Joshua Slive
On 9/21/07, James Sherwood <[EMAIL PROTECTED]> wrote: > My understanding if you dont have that directive the max is 250. > > I have tried hitting it with 1000 concurrent connections and it does not > throw a server too busy error. See the ListenBacklog directive. Apache does not send a nicely-for

Re: [EMAIL PROTECTED] Max Users

2007-09-21 Thread James Sherwood
r 21, 2007 12:18 PM Subject: Re: [EMAIL PROTECTED] Max Users Have you tried to add that directive ? MaxClients N Luis James Sherwood wrote: 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 MaxC

Re: [EMAIL PROTECTED] Max Users

2007-09-21 Thread Luis Moreira
Have you tried to add that directive ? MaxClients N Luis James Sherwood wrote: 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: ThreadsPer

[EMAIL PROTECTED] Max Users

2007-09-21 Thread James Sherwood
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: ThreadsPerChild 450 MaxRequestsPerChild 0 There is no module called mpm_winnt.c in any of t