<VirtualHost 7head.local>
DocumentRoot "D:\webserver\webapps\7head"
ServerName 7head.local
CustomLog "D:\webserver\logs\7head\access.log" combined
ErrorLog "D:\webserver\logs\7head\error.log"
<Directory "D:\webserver\webapps\7head">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>