Answer the question
In order to leave comments, you need to log in
Do I understand Apache+fastcgi+mysql interaction correctly?
Question for understanding. Let's say apache is running the prefork module. The php FastCGI mode is also selected. In doing so, we can configure both of these modules, for example like this:
<IfModule mpm_prefork_module>
MaxClients 64
</IfModule>
<IfModule mod_fcgid.c>
FcgidMaxProcesses 70
</IfModule>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question