I have a script that creates files using php. The files are created with the permissions of the web server. (The web server owns the files).
This is a security issue in my shared environment because anyone running a script can access another domains files. Is there anyway around this?
I am running php as an apache module not cgi.
Thanks for anyones help!