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: [email protected]
ReportedBy: [email protected]
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: [email protected]
For additional commands, e-mail: [email protected]