pkgsrc/net/smokeping/files/smokeping.conf

14 lines
322 B
Text
Raw Normal View History

# $NetBSD: smokeping.conf,v 1.2 2012/02/02 18:54:35 bouyer Exp $
#
# smokeping configuration file fragment for Apache
<IfModule mod_alias.c>
Alias /smokeping/ "@SPDIR@/"
Alias /cropper/ "@PREFIX@/share/httpd/htdocs/cropper/"
</IfModule>
<Directory "@SPDIR@">
Order allow,deny
Allow from all
</Directory>