Subversion Repositories configs

Rev

Rev 4 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
#
2
# This configuration file maps the webalizer log analysis
3
# results (generated daily) into the URL space.  By default
4
# these results are only accessible from the local host.
5
#
6
Alias /usage /var/www/usage
7
 
8
<Location /usage>
9
    Order deny,allow
10
    Deny from all
11
    Allow from 127.0.0.1
12
    Allow from ::1
188 - 13
    Allow from 10.192.25
4 - 14
</Location>