[rrd-users] Cannot see .png files
Timothy Murphy
tim at birdsnest.maths.tcd.ie
Mon Sep 5 15:54:14 MEST 2005
I guess this is an apache issue,
but I am trying to follow the tutorial <http://www.taedium.com//rrd-iptraf/>,
and have copied the given file tcp_services.rcgi
to /var/www/cgi-bin/ on my desktop machine running httpd (apache).
When I go to this location with firefox on my laptop,
the require .png files are created in /var/www/cgi-bin
(on my desktop),
but all I get on the web-page are little triangles.
When I copy the .png files to /var/www/html/ I can see them perfectly well.
Do I need to add something to /etc/httpd/conf/httpd.conf on my desktop?
And if so what?
Or should I modify tcp_services.rcgi to write to another place?
And if so, how?
Any and all suggestions gratefully received.
To clarify matters, a portion of tcp_services.rcgi runs as follows:
----------------------------------------------------------
<p><b>ssh</b><br/>
<RRD::GRAPH tcp_services-22-6hr.png --lazy
-s -6h5min -e -5min
-v 'Bits per second'
DEF:in=/var/log/iptraf/tcp_services.rrd:22_in:AVERAGE
DEF:out=/var/log/iptraf/tcp_services.rrd:22_out:AVERAGE
CDEF:out_bits=out,8,*
CDEF:in_bits=in,8,*
AREA:in_bits#00FF00
LINE1:out_bits#0000FF>
</p>
----------------------------------------------------------
--
Timothy Murphy
e-mail (<80k only): tim /at/ birdsnest.maths.tcd.ie
tel: +353-86-2336090, +353-1-2842366
s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland
--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive http://lists.ee.ethz.ch/rrd-users
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
More information about the rrd-users
mailing list