My ISP recently changed their Apache settings, and everything is now run as the user 'nobody'. It's great for basic security, however, I have a new problem:
I have a complex PHP script that writes files that are uploaded as well as files created by the script. Now it outputs them and they are obviously owned by the user and group 'nobody' since they're created by the web process... So I'm unable to overwrite them, edit them, or anything except through the web interface. I can also delete the files created by 'nobody'.
Does anyone know of any way for me to get these files owned by my user, or am I just stuck?
Thanks for any assistance,
Jeff