blob: 1e9361ba501a9ef7623fb847929cdef289d24388 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
###
### Setup the smokeping image cache and perl cgi script
###
<IfModule mod_alias.c>
Alias "/.simg/" "/var/lib/smokeping/.simg/"
<IfModule mod_perl.c>
<Directory "/var/lib/smokeping/.simg/">
Options -Indexes MultiViews
AllowOverride None
Order deny,allow
Deny from all
Allow from 127.0.0.1
</Directory>
</IfModule>
</IfModule>
|