2012-02-02 19:54:34 +01:00
|
|
|
# $NetBSD: smokeping.conf,v 1.2 2012/02/02 18:54:35 bouyer Exp $
|
2007-11-22 21:25:54 +01:00
|
|
|
#
|
|
|
|
# smokeping configuration file fragment for Apache
|
|
|
|
|
|
|
|
<IfModule mod_alias.c>
|
|
|
|
Alias /smokeping/ "@SPDIR@/"
|
2012-02-02 19:54:34 +01:00
|
|
|
Alias /cropper/ "@PREFIX@/share/httpd/htdocs/cropper/"
|
2007-11-22 21:25:54 +01:00
|
|
|
</IfModule>
|
|
|
|
|
|
|
|
<Directory "@SPDIR@">
|
|
|
|
Order allow,deny
|
|
|
|
Allow from all
|
|
|
|
</Directory>
|