Alarig Le Lay
1bc15a6271
Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
16 lines
351 B
Plaintext
16 lines
351 B
Plaintext
###
|
|
### 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>
|