DNSMasq Not Resolving Addresses on Mac Local Web Development Environment
I've setup my local web development environment according to -http://mallinson.ca/osx-web-development/. I have done this before, and I got on a new computer, and am trying to do it again. I'm running Apache 2.4.9 on Mac OS X Yosemite 10.10.2 and directing the DNS with dnsmasq. I believe this is a problem with my setup for Apache and such for this computer, not with DNSMasq, which is why it is on this forum. If you have any ideas on how I could 'reset' all the settings and web server applications for OSX that would be great.
When I try to go to home.dev, it received this error:
Error code: ERR_NAME_NOT_RESOLVEDWhen I run scutil --dns, it seems to resolve it correctly as:
resolver #3 domain : dev nameserver[0] : 127.0.0.1 flags : Request A records, Request AAAA records reach : Reachable,Local AddressHowever, when I:
ping -c 1 home.devI get
ping: cannot resolve home.dev: Unknown hostHere is my reference to it in vhosts:
<VirtualHost *:80> VirtualDocumentRoot "/Volumes/Work/Home/www" ServerName home.dev UseCanonicalName Off </Virtualhost>MacBook Pro, Mac OS X (10.7.2)