0
votes
1answer
96 views

Mac equivalent of /etc/nsswitch.conf for PHP chroot

I've setup a chroot for my PHP server running behind nginx on mac. It works except for any call to a CURL request fails with an error like cURL resource: Resource id #43; cURL error: Couldn't resolve ...
1
vote
3answers
503 views

Forbidden error setting up a PHP app on Mac OS X 10.6

I have enabled Web Sharing in OS X 10.6 and now I can access http://localhost/~myuser from the browser. Now I have copied this PHP app to my ~/Sites/the_app folder, but when I want to access it in ...