<IfModule authz_core_module>
	Require all granted
</IfModule>
<IfModule !authz_core_module>
	allow from all
</IfModule>