On Tue, 1 Mar 2005 14:36:09 +0530 (IST), vivek <[EMAIL PROTECTED]> wrote:
> 
> i don't think the problem is with the script. chmod 777 /var/www/html
> gives rwx permissions to the /var/www/html directory, but not to the
> script. try chmod 777 to the script (e.g. chmod 777
> /var/www/html/myscript.php) and see if it works. if yes, then the problem
> is with the permissions otherwise other settings need to be checked
> 
> also, chmod'ing 777 to a script is not a very good idea, try doing 644
> instead

for php scripts to run from browser, read permissions is just enough.
There is no need for execute permissions for the script. Also stream
error says its not able to write to the output file.

Jemshad
http://jemshad.com


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
linux-india-help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to