1 2 3 4 5 6 7 8 9 10 11 12 13 14
<VirtualHost *:80> ServerName <%= name %> DocumentRoot <%= location %> <Location /> <IfModule mod_authz_core.c> Require all granted </IfModule> <IfModule !mod_authz_core.c> Allow from all </IfModule> </Location> </VirtualHost>