RE: Re: Permission Denied; Upload

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

 



You should not make the directory world writeable, that is a security risk.
You should chown it to the user the webserver runs as and make sure it is
owner writeable.  As a side note, a directory that is 666 is not traversable
as it is missing the execution bit and you need to execute to get into it.

> -----Original Message-----
> From: Gustavo Del Castillo Meza [mailto:gdelcastillo@littledev.com]
> Sent: Friday, April 04, 2003 12:10 PM
> To: php-db@lists.php.net
> Subject:  Re: Permission Denied; Upload
>
>
> You need to give the user permission to write in the destination
> directory,
> you can do this by using:
>  chmod 666 directoryname
>

>


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux