i have a php script, which is suppose to create a directory, and copy some files into it.
the problem is, the directory which i've created belongs to root! i know it's suppose to belong to nobody, not somehow it is owned by root. as such i cannot make any more changes to the directory unless i chown it.
the problem is, php is running as a module under apache, and apache is running as nobody. there is the nobody line in the httpd.conf file, and there is a user called nobody in /etc/passwd.
does any one know of any reason why my script is still creating files and directories under root?
thanks