File froxlor.conf of Package froxlor

<IfModule mod_alias.c>
    Alias /froxlor /srv/www/htdocs/froxlor
</IfModule>

# AddDefaultCharset     UTF-8
AddType text/x-component .htc

<Directory /srv/www/htdocs/froxlor>
    <IfModule mod_version.c>
        <IfVersion < 2.4>
            Order allow,deny
            Allow from all
        </IfVersion>
        <IfVersion >= 2.4>
            <IfModule mod_authz_core.c>
                Require all granted
            </IfModule>
            <IfModule mod_access_compat.c>
                Order allow,deny
                Allow from all
            </IfModule>
        </IfVersion>
    </IfModule>
    <IfModule !mod_version.c>
        Order allow,deny
        Allow from all
    </IfModule>
    Options -Indexes +FollowSymLinks
</Directory>
openSUSE Build Service is sponsored by