At 01:36 PM 4/3/2003, Ernest Vogelsinger wrote:
At 23:25 03.04.2003, Barry Gould said:
--------------------[snip]--------------------
>Following some documentation I found somewhere on php.net, I have the
>permissions on /tmp/php equal to 310:
> >ls -l /tmp
>d-wx--x---    2 apache   apache      17408 Apr  3 11:14 php

Check the umask of the apache process - it should be either 022 or 002,
allowing rwx for apache (022), or for apache and the apache group (002).

It's 022


Check the permissions on the files too, they should be -rw-rw---, or
-rw------, at least (best...)

They were -rw------, I tried changing them all to -rw-rw-rw-, which has made no difference.

Thank you,
Barry


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to