in reply to File Can Not Write

If you are usingAt least with Apache on Linux, make the directory and the file must be world-writeable.

Update: My reply is an oversimplification. See frodo72's reply for a more complete and precise description of the permissions issue.

the lowliest monk

Replies are listed 'Best First'.
Re^2: File Can Not Write
by polettix (Vicar) on May 06, 2005 at 22:50 UTC
    I don't agree on that. The file must be writeable by the user which "runs" Apache (which varies from system to system, it could be "apache", "nobody" or whatever). This can happen in a lot of manners (e.g. file is owned by that user, and user-writeable; user is within file's group, and file is group writeable...), which doesn't necessarily imply world-writeability. In case the file doesn't exist yet, the above consideration applies to the directory.

    Flavio (perl -e 'print(scalar(reverse("\nti.xittelop\@oivalf")))')

    Don't fool yourself.
Re^2: File Can Not Write
by loop362 (Pilgrim) on May 06, 2005 at 22:32 UTC
    I will change to world writeable. I am using Apache on Mac OS 10.39