summaryrefslogtreecommitdiff
path: root/net/smokeping/files/smokeping.conf
blob: 4ada02ffac40a3651e817e562d7588f2ce6cf5fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $NetBSD: smokeping.conf,v 1.1 2007/11/22 20:25:54 adrianp Exp $
#
# smokeping configuration file fragment for Apache

<IfModule mod_alias.c>
    Alias /smokeping/ "@SPDIR@/"
</IfModule>

<Directory "@SPDIR@">
    Order allow,deny
    Allow from all
</Directory>