[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-developers] Permissions for PHP "user"



I've just moved a site to my RaQ with a PHP script in it that /read/writes to 
a file (simple counter). I set up the file with permissions so that nobody 
had read/write and site4 had read and worl had read. I expected this would 
work fine but, to my surprise, I got an access denied message. I changed the 
perms. to 664 and still no go. I can only get it to run with perms. on 666. 
Is this write? Does any file that need to be written to by a PHP script have 
to be world writeable? I thought PHP was an Apache module and Apache ran as 
user nobody. I'm confused.

Cheers,
Brad