Figure I would ask this here for the most graceful answer before making up my own. When running Apache for many vhosts (websites or acting as a reverse proxy), is there a way to make the default site (no matching vhost) return a 403 or 400 bad request similar to how Akamai does when no matching vhost is found. Currently I have a default site that just returns the standard "It works" 200 ok when no match is found..
SNIP:
curl -kv 23.66.54.52
< HTTP/1.0 400 Bad Request
< Server: AkamaiGHost
thx in advance
Danny