View Single Post
Old January 21st, 2005, 08:56 AM   #15 (permalink)
oldengine
Member
Verified Customer
 
Join Date: Oct 2004
Location: Florida
Posts: 318
Re: Safe mode workaround?

Does your host have phpsuexec compiled into Apache? This runs php as cgi, but more importantly, your php scripts are set chmod user:user meaning that they run under your user name instead of the nobody user name. If you run all scripts under YOUR user name, then data files are also written under YOUR user name. They are then set chome 644 and your directories are set chmod 755. Under these conditions, safe mode is happy.
oldengine is offline   Reply With Quote