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