This website is deprecated, and remains online only for historic access to old issues and docs for historic versions of Virtualmin. It has been unmaintained for several years, and should not be relied on for up-to-date information. Please visit www.virtualmin.com instead.
A php-cgi process is what happens when a user browses to your website.
If your system is getting overloaded, it may mean your site is receiving more traffic than your server can handle. You may want to lower the MaxClients option in Apache in order to restrict how many users can browse your site at once.
Also, if you have any PHP modules enabled that you don't need, disabling those would reduce how much memory each of those PHP processes uses.
Howdy,
A php-cgi process is what happens when a user browses to your website.
If your system is getting overloaded, it may mean your site is receiving more traffic than your server can handle. You may want to lower the MaxClients option in Apache in order to restrict how many users can browse your site at once.
Also, if you have any PHP modules enabled that you don't need, disabling those would reduce how much memory each of those PHP processes uses.
-Eric