[smokeping-users] Re: internal server error

Zeeshan Ahmed zeeshan at worldcall.net.pk
Mon Mar 24 03:54:33 MET 2003


this is my smokeping.cgi

++++++++++++++++++++++++++++++++++++++++++++
#!/usr/sepp/bin/speedy -w
# -*-perl-*-

use lib qw(/usr/local/rrdtool-1.0.33/lib/perl);
use lib qw(/home/zeeshan/smokeping-1.18/lib);

use Smokeping 1.18;

Smokeping::cgi("/home/zeeshan/smokeping-1.18/etc/config");


BEGIN {
    if ($ENV{SERVER_SOFTWARE}) {
        $SIG{__WARN__} = sub { print "Content-Type:
text/plain\n\n".(shift)."\n"
; };
        $SIG{__DIE__} = sub { print "Content-Type:
text/plain\n\n".(shift)."\n";
 exit 1 }
    };
}
~
~++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Here i dont know what is the path of speedy, infact i am not able to find
speedy in my linux. what to do for this?
 and i first edited config.dst and then i move it to simple config file.

Regards
Zeeshan Ahmesd



----- Original Message -----
From: "PAUL WILLIAMSON" <pwilliamson at mandtbank.com>
To: <smokeping-users at list.ee.ethz.ch>; <zeeshan at worldcall.net.pk>
Sent: Sunday, March 23, 2003 4:13 AM
Subject: Re: [smokeping-users] internal server error


> Well, there are so many errors.
>
> Did you edit the config.DIST (or config.dist) file?
>
> It sounds like you may not have the path to RRD
> included correctly.  What do you web server logs
> say?  It sounds like the error you're describing
> is appearing on the web page to which you are
> browsing.
>
> Paul
>
>
> >>> "Zeeshan Ahmed" <zeeshan at worldcall.net.pk> 03/22/03 14:24 PM >>>
> dear all this is my first email here
> i just installed smokeping, i did everthing regarding documentation.
finaly when i copied the smokeping.cgi after edidting it, into the cgi-bin
dir. and went to the URL it gave me internal server erorr. can anyone tell
me why is this so
>
>
> Regards
> Zeeshan Ahmed
>
> --
> Unsubscribe
mailto:smokeping-users-request at list.ee.ethz.ch?subject=unsubscribe
> Help        mailto:smokeping-users-request at list.ee.ethz.ch?subject=help
> Archive     http://www.ee.ethz.ch/~slist/smokeping-users
> WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi
>
>
>
>

--
Unsubscribe mailto:smokeping-users-request at list.ee.ethz.ch?subject=unsubscribe
Help        mailto:smokeping-users-request at list.ee.ethz.ch?subject=help
Archive     http://www.ee.ethz.ch/~slist/smokeping-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi



More information about the smokeping-users mailing list