https://issues.apache.org/bugzilla/show_bug.cgi?id=46113
--- Comment #2 from Timandes <[EMAIL PROTECTED]> 2008-10-29 17:39:50 PST --- I did not see the default config, because i did not know about 'worker' on my first compiling. u means my config should like this: ThreadLimit 200 <IfModule workder.c> StartServers 3 ServerLimit 25 MaxClients 2000 MinSpareThreads 50 MaxSpareThreads 200 ThreadsPerChild 100 MaxRequestsPerChild 0 </IfModule> or this: <IfModule workder.c> ThreadLimit 200 StartServers 3 ServerLimit 25 MaxClients 2000 MinSpareThreads 50 MaxSpareThreads 200 ThreadsPerChild 100 MaxRequestsPerChild 0 </IfModule> Thank u for ur help~ -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
