<VirtualHost *:80>

 ServerName      <%= url %>
 DocumentRoot    <%= docroot %>

<Directory "<%= docroot %>">
      Options Indexes FollowSymLinks Includes ExecCGI
      AllowOverride All
      Require all granted
      Allow from all
</Directory>

</VirtualHost>