At 11:30 AM 8/14/2009 -0500, Andres Salazar wrote:
ls -la /bin pretty much says that the permissions and ownership are the same for mv, cp, cat, lsI dont think its a permission/ownerhsip issue.
You missed the point - permissions ARE an issue when you're running as www or apache! To change a file in a directory as UID=nobody, you would have to have 777 permissions, which you probably don't (hopefully).
TEST the script AS the UID/GID used by httpd - you will find the permission problems.
Lee