Problem with PHP scripts on server
Is there any way a server can be configured so files created by PHP scripts are owned by the account user, rather than user/group = 99/99(nobody/nobody)? If this isn't possible, we are required to chmod 777 a directory which is asecurity risk. Phpsuexec is used on the server. Isn't it supposed to fix this problem? Any help is gratefully received.
Thanks
John