You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2011/05/07 07:28:40 UTC

DO NOT REPLY [Bug 51166] New: MaxClients stuck at 64

https://issues.apache.org/bugzilla/show_bug.cgi?id=51166

             Bug #: 51166
           Summary: MaxClients stuck at 64
           Product: Apache httpd-2
           Version: 2.2.3
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: worker
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: mckyyy@gmail.com
    Classification: Unclassified


Created attachment 26967
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=26967
config file

This is similar to bug 48731, prefork ServerLimit stuck at 10.  I have that
problem too.

I completely converted my web site to html from php to work around this
problem, and now I can get 64 clients, using worker.c but no more.

I looked into the source a little.

It seems that the worker_pre_config in worker.c is erroneously setting
max clients to 10 for some reason having to do with whether
ThreadsPerChild has been set.

Then when set_max_clients runs, MaxClients is set to 64 instead of 3
times 64 where I want it to be.  This is causing my site to loose traffic.  I
have been trying to resolve this problem since about the 20th of last month.

I have attached my httpd.conf

Thanks,

Marion McCoskey

-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 51166] MaxClients stuck at 64

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51166

Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Eric Covener <co...@gmail.com> 2011-05-07 11:48:40 UTC ---
Where's the error log, httpd -V,  and some sign this config file attached is
use, and that your MaxClients isn't 192?

What's in conf.d/*.conf?

-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 51166] MaxClients stuck at 64

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51166

Marion McCoskey <mc...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|                            |INVALID

--- Comment #2 from Marion McCoskey <mc...@gmail.com> 2011-05-07 13:34:13 UTC ---
There was a .conf file in conf.d that was causing the problem.  Thanks very
much for pointing out that possibility to me.

Marion

-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org