# API Unauthenticated Access
Satisfy Any
Allow from all

# Apache 2.4+ compatibility
<IfModule mod_authz_core.c>
    Require all granted
</IfModule>
