On Sep 8, 2010, at 01:58, Erik Andersson wrote: > Not really sure about mac..
It's UNIX. > but what I would do in linux would be: > > sudo find /path/to/repo -type f -exec chmod 660 {} \; > sudo find /path/to/repo -type d -exec chmod 2770 {} \; > sudo chown -R root.www-data /path/to/repo The user and group apache runs under on Mac OS X 10.5 and later is _www. (On 10.4 and earlier it is www.) Unless he changed it in httpd.conf.