Apache does not recognize the local zone .dev -- returns 404 Not Found. If Apache is restarted it will recognize the local zon. If inactive for ~1hr it no longer recognizes the local zone -- returns to 404 Not Found.
Configurations
# /etc/named.conf
...
zone "dev" IN {
type master;
file "dev.zone";
allow-update { none; };
};
...
Used wildcard subdomains to enable this feature.

ping: cannot resolve http://go.dev/: Unknown host, but how would restarting Apache fix the issue? – Ryan Schumacher Jul 11 '12 at 14:20namedwhich is having issues, when restarted Apache picked up the domain without needing to be restarted. – Ryan Schumacher Jul 11 '12 at 14:26