0
votes
1answer
99 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 ...
3
votes
2answers
566 views

Unable to revert changes to hosts file in OS X Lion

I edited the hosts file and added: 10.0.0.1 devsys.crossreader.net Later I commented out the entry: #10.0.0.1 devsys.crossreader.net When I ping or browse to devsys.crossreader.net the returning ...
1
vote
1answer
570 views

How do you access a subdomain on localhost with VMWare Fusion on a Mac?

I am able to access localhost on a Mac through Windows XP on VMWare Fusion by using my Mac username like this: http://username.local:3000/ But how do I do that with a subdomain, something like ...