File apache2-mod_bmx.conf of Package apache2-mod_bmx

# vim: set ts=4 sw=4 et ai ft=apache:

# Add "bmx bmx_status bmx_vhost" to
# /etc/sysconfig/apache2

<IfModule mod_bmx.c>
<Location "/bmx">
    SetHandler bmx-handler

    <IfModule !mod_access_compat.c>
        Require local
    </IfModule>
    <IfModule mod_access_compat.c>
        Order allow,deny
        # Replace this with "allow from all" or more specific
        # addresses or netmasks depending on your setup:
        Allow from localhost
    </IfModule>
</Location>
</IfModule>
openSUSE Build Service is sponsored by