can't use periods in ServerName/ServerAlias [Lion Apache installation]
- by punchfacechamp
I can access my host like this…
http://keggyshop
but can't use periods…
http://keggyshop.edu
here's my virtual host directive…
<VirtualHost *:80>
ServerName keggyshop
ServerAlias keggyshop.edu
DocumentRoot "~/sites/2012/keggy/web/pages/keggy/120528/sandbox/public"
<Directory "~/sites/2012/keggy/web/pages/keggy/120528/sandbox/public">
Options Includes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>