[smokeping-users] smoketrace starting
David Tomic
young_einstein at internode.on.net
Wed Jun 18 14:21:40 CEST 2008
Hi lhecking,
lhecking at users.sourceforge.net wrote:
> Tobias Oetiker writes:
>
>> Today David Tomic wrote:
>>
>>> The documentation included in the package actually has better information than
>>> what's online.
>>>
>> should be better now, I re-synced the docs on the web.
>>
>
> I followed the web docs, but have the same problem as the OP. The apache
> access_log says:
>
> 1.2.3.4 - - [17/Jun/2008:23:51:16 +0100] "GET /smokeping/tr.cgi?_ScriptTransport_id=1&nocache=1213743074292&_ScriptTransport_data=%7B%22service%22%3A%22Tr%22%2C%22method%22%3A%22run_tr%22%2C%22id%22%3A1%2C%22params%22%3A%5B%7B%22host%22%3A%225.6.7.8%22%2C%22rounds%22%3A20%2C%22delay%22%3A2%7D%5D%2C%22server_data%22%3Anull%7D HTTP/1.1" 200 666 "http://server/smokeping/tr.html" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20080419 Firefox/2.0.0.14"
>
> "200" means OK, so it should work, shouldn't it? But then, I haven't had any
> luck getting ajax zooming to work either on this server.
What you've posted still looks like it could be consistent with the cgi
file not executing properly.
I've just had a look at my own setup, and even if I disable the cgi file
from executing it still reports back as "200", so that doesn't really
prove much unfortunately.
It's very simple to check one way or another though ... you just need to
put another really simple cgi script in the same folder as tr.cgi, and
see whether that executes properly or not.
#!/usr/bin/perl
print "Content-type: text/html\n\n";
print <<HTML;
<html>
<head>
<title>A Simple Perl CGI</title>
</head>
<body>
<h1>A Simple Perl CGI</h1>
<p>Hello World</p>
</body>
HTML
exit;
If that fails as well [if it doesn't convert into html code] then you
know what your problem is.
Try it out, and let me know how you go.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.oetiker.ch/pipermail/smokeping-users/attachments/20080618/848c7532/attachment.html
More information about the smokeping-users
mailing list