can't use periods in ServerName [Lion Apache installation]
- by punchfacechamp
I can access my host like this…
http://keggyshop
but can't use periods…
http://keggyshop.dev
here's my virtual host directive…
<VirtualHost *:80>
ServerName keggyshop
ServerAlias keggyshop.dev
DocumentRoot "~/sites/2012/keggy/web/pages/keggy/120528/sandbox/public"
<Directory…