File apache.example.conf of Package rutorrent

<IfModule alias_module>
    Alias /rutorrent /usr/share/webapps/rutorrent
    <Directory "/usr/share/webapps/rutorrent">
        AllowOverride None
        Options None
        Order allow,deny
#       Allow from all
        Allow from 127.0.0.1
        Allow from ::1
    </Directory>
</IfModule>

# vim:ft=apache

openSUSE Build Service is sponsored by