joximu Wrote:There are some descriptions of the difference in this forum
apache mpm worker + php-fastcgi
or
apache mpm prefork + mod_php
the first is faster (apache) and much more secure (php fastcgi) but has some drawbacks with the settings on some systems (see other threads)
the latter is the well known version which we used for years but which ist not that performant (apache) and not secure (mod_php) because all php apps are running with the same user (the apache user). For a hosting company this shouldn't be an option anymore... (you also have the problems with ftp-user vs apache user in some apps/settings/permissions).
apache mpm worker is not supported with mod_php - just to conclude this...
/J
Actually i found a solution to my issue, i posted the how-to in my last post in this thread:
http://www.isp-control.net/forum/high-lo...-1103.html
Essentially, it's all about upgrading your php to 5.2.2 or higher . i upgraded to 5.2.5 and i haven't had these issues since!
greetings,
Rik