How do I get Apache 2 to read this directory?
- by Mike
I'm on Mac OSX and i I have apache2 installed via MacPorts, running as the _www user.
I have some files I want to serve in the /Users/Me/Documents/abc folder.
Right now, though, the permissions of /Users/Me/Documents are 700. So, _www can't get in, even if abc is chmod 777.
I recognize the following options:
Allow _www access to my Documents…