I'm trying to host a site from my MacBook Pro. I want people to be able to access my ~/Pictures directory from their web browsers (I wrote a little index.php that organizes and thumbnails all the pictures).
So I changed my DocumentRoot in httpd.conf to /Users/mjordan/Pictures, restarted apache, and I get a Forbidden error in my browser when I go to localhost.
So I looked at /Library/WebServer/Documents/ (the default DocumentRoot) and recursively applied the permissions that folder uses to my Pictures folder, but I still get a Forbidden.
What permissions (or other settings) should I be using on my Pictures folder (and its files) to make this work?
So I changed my DocumentRoot in httpd.conf to /Users/mjordan/Pictures, restarted apache, and I get a Forbidden error in my browser when I go to localhost.
So I looked at /Library/WebServer/Documents/ (the default DocumentRoot) and recursively applied the permissions that folder uses to my Pictures folder, but I still get a Forbidden.
What permissions (or other settings) should I be using on my Pictures folder (and its files) to make this work?