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

Re: [cobalt-users] php write_access



viva technologies <myviva@xxxxxxxxx> wrote:
> can someone tell me how i assign
> file_create permissions to php ?

Not really sure what you mean.  If PHP is running as a module it runs as
user httpd so to use PHP to write to a file you need to make it world
readable.  TO create a file I imagine the directory would have to be world
readable.  An alternative is to install a second copy of PHP as a CGI and
run it under the user who owns the directory in which you want to create a
file.

Steven Werby {steven-lists@xxxxxxxxxxxx}