summarylogtreecommitdiffstats
path: root/apache.example.conf
blob: cbeabb41d6bc22084f2ca87dbc9b6134720122da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<IfModule alias_module>
    Alias /thebear /usr/share/webapps/thebear
    <Directory "/usr/share/webapps/thebear">
        AllowOverride None
        Options None
        Order allow,deny
#       Allow from all
        Allow from 127.0.0.1
    </Directory>
</IfModule>

# vim:ft=apache