
18th January 2010, 09:20
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,883
Thanks: 691
Thanked 4,187 Times in 3,204 Posts
|
|
This is caused by mod_php as mod_php does not support to run php under a different user then the apache user. If you want to run php scripts under the user of the website, use suphp:
http://www.howtoforge.com/install-su...2.20-and-above
|