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).

>There are hundreds of files in there; many are over 1 week old.
>
>I've just tried changing the permissions to 770 (drwxrwx---) and restarting 
>apache; it doesn't seem to be making any difference.

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


-- 
   >O     Ernest E. Vogelsinger
   (\)    ICQ #13394035
    ^     http://www.vogelsinger.at/



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

Reply via email to