I'm running into a configuration problem with fcgid (I think it's fcgid) and
there just doesn't seem to be the documentation out there that works.
I keep running into a problem where I only generate 5 fcgid process and then I
get errors that the server is too busy to respond. There are only these 5
processes on the web server.
<IfModule mpm_worker_module>
StartServers 2
MaxClients 150
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerChild 0
</IfModule>
Should I be able to run a lot more processes then just 5?
fcgid has some settings to do this
DefaultMinClassProcessCount
but they don't start as many requests as specified.
Anyone have any experiend with this?
---------------------------------------------------------------------
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: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]