Hello Zenith, 

(Z == "Zenith") [EMAIL PROTECTED] accounted:

Z> I installed my php + apache in my linux box, with compiled the php as an
Z> apache module. any my web server is run as nobody ( by default ).

<snip>

Z> However, I was warned with "fopen("tester.db","w") - Permission denied"

Z> I can only simply change the permission by chmod [directory], but, it is
Z> obivous dangerous.
Z> How can I do?

chown nobody.nobody ./tester.db
chmod 700 ./tester.db

Is *one* way.

-Brian



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to