View Single Post
Old 05-01-2008, 03:48 PM   #2 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,139
Belisarius is on a distinguished road
The file is owned by whomever is running the PHP process. If it's created via the web, it's owned by whomever the (in your case) Apache process is running as. That would seem to be httpd:httpd.

The hoster needs to straighten it out. Most hosters allow you to process HTTP request as your user, and if your files got messed up as a result of a move, that's definitely the hoster's screwup.

What you want is something called suexec. It has to be setup by the hoster and will allow anything being run from your account to be run as you.
__________________
GitS
Belisarius is offline   Reply With Quote