Current time: 11-25-2024, 05:47 PM Hello There, Guest! (LoginRegister)


Post Reply 
[SOLVED] php5-cgi causes abnormally high cpu-load
Author Message
psygarden Offline
Junior Member
*

Posts: 84
Joined: Jan 2008
Reputation: 0
Post: #15
RE: php5-cgi causes abnormally high cpu-load
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
01-28-2008 12:21 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: php5-cgi causes abnormally high cpu-load - psygarden - 01-28-2008 12:21 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)