Apache runs as which user, group under OS X 10.6?
Solution 1:
Apache user and group are _www and _www.
Solution 2:
Turns out the answer is in /etc/apache2/original/httpd.conf:
User _www
Group _www
Solution 3:
$ id _www
uid=70(_www) gid=70(_www) groups=70(_www),404(com.apple.sharepoint.group.3),402(com.apple.sharepoint.group.1),61(localaccounts),12(everyone),403(com.apple.sharepoint.group.2)