The VHOST configuration:
<virtualhost *:80=""> ServerAdmin webmaster@dev.somesite.com DocumentRoot "/var/local/somesite/public" ServerName dev.somesite.com ErrorLog logs/somesite.com-error_log CustomLog logs/somesite.com-access_log common <directory local="" public="" somesite="" var=""> Options FollowSymLinks Allow from all AllowOverride all </directory> </virtualhost>