|
Posted by Gilles Ganault on 09/29/51 12:00
On Tue, 15 Jan 2008 06:42:07 -0500, Jerry Stuckle
<jstucklex@attglobal.net> wrote:
>chmod 757 will work, but as you found, is dangerous. Safer would be to
>make the Apache user the owner of the directory, or at least a member of
>the group which owns the directory.
Right, I'd rather do this:
cd /usr/local/www/data ; chown www:www ./.
Thanks also Daniel for suPHP. I'll take a look.
[Back to original message]
|