Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > fc0dccd7c5c993a0c96c43ae5c9c3b72 > files > 1

beacon-0.5-8.fc18.noarch.rpm

# Beacon specific httpd conf file
#PHPIniDir "/etc/beacon/php-beacon.ini"
Alias /beacon /usr/share/beacon

<Directory /usr/share/beacon>
    <IfModule mod_authz_core.c>
        # Apache 2.4
        Require all granted
    <IfModule !mod_authz_core.c>
    </IfModule>
        Order allow,deny
        Allow from all
    </IfModule>
</Directory>