summarylogtreecommitdiffstats
path: root/apache.example.conf
blob: e3a848f92ebd3b547b5ae3aad761477f7cdbd481 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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