Edit

IABSD.fr/ports/net/smokeping/files

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2013-01-05 22:52:06
    Hash : 26223473
    Message : update Smokeping to 2.6.8 and add an rc.d script - note that the script file location has changed, it's probably simplest to use the new sample httpd config.

  • httpd.conf
  • # $OpenBSD: httpd.conf,v 1.1 2013/01/05 22:52:06 sthen Exp $
    
    <Directory /var/www/htdocs/smokeping>
        DirectoryIndex smokeping.fcgi
        AddHandler cgi-script .fcgi
        Options FollowSymLinks ExecCGI
        AllowOverride None
    </Directory>