Hi Tony, On Wed, 19 Jul 2006, Tony Arcus wrote:
> If I look at the source for the pictures I see things like this: > > <P><div><A HREF="?target=World.NZ.ai"><IMG BORDER="0" WIDTH="697" > HEIGHT="129" SRC="/var/www/html/smokeping/img/World/NZ/ai_mini.png"></A> > > where /var/www/html is the root for my webdocs. > > If I go to http://my.site/smokeping/img/World/NZ/ai_mini.png > > The picture comes up fine, but not with in smokeping cgi. > > Under ./smokeping/etc/config I have: > > imgcache = /var/www/html/smokeping/img > imgurl = /var/www/html/smokeping/img > > so my question (after trolling the net) why do my pictures not appear? Because the imgurl is wrong. You haven't provided a URL, but a local path instead. Try: imgurl = http://my.site/smokeping/img/ Cheers, Chris. -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/smokeping-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
