08-02-04 07:49 AM
In article <SvlPc.14480$hw6.6364@edtnps84>,
"Chris Fortune" <hey.spammer...just.get@job.org> wrote:
> This is driving me a little nuts. I cannot create or unlink any files wit
h
> PHP. ini_set() seems to have no effect. Linux RH8, Apache, PHP4. Help!
This should be a php FAQ. If you're running php as a mod_php addition
to Apache, chances are you don't have write permissions to create the
file or directory running as the web server's UID.
You'll have to either change the permissions accordingly or write a CGI
script as php or PERL and run it under a UID that does have permission
(hint: google for CGIwrap)
--
DeeDee, don't press that button! DeeDee! NO! Dee...
[ Post a follow-up to this message ]
|