Hi. > my server is running under red hat 7.2 Ugh! Thats pretty old, isnt it? How about upgrading? > i've installed mailgraph on my server. now the problem is that i can view the mailgraph but i can't see mailgraph_virus I don't know what mailgraph is or what it is doing ... but ... :) > my error log from httpd is > > Premature end of script headers: /data/www/myserver.com/cgi-bin/mailgraph.cgi > ERROR: opening 'var/lib/mailgraph/mailgraph_virus.rrd': No such file or directory The error messages tells you where the problem is... Shouldn't there be a / in front of "var/" ? > > i've checked the config on mailgraph.cgi and i've put the correct directorys for each of the services. > > my $rrd = '/var/lib/mailgraph/mailgraph.rrd'; # path to where the RRD database is > my $rrd_virus = 'var/lib/mailgraph/mailgraph_virus.rrd'; # path to where the Virus RRD database is --------------------^ So I guess here you forgot the leading / so this is threated as a relative path instead as an absolute path. Try to add the leading / and try again. It should work. Hope this helps, Andreas. -- Dipl.-Ing. Andreas Maus science+computing ag System Administration Hagellocher Weg 71-75 mail: a.maus@science-computing.de 72070 Tuebingen, Germany tel.: +49 7071 9457 456 www.science-computing.de -- Binary/unsupported file stripped by Ecartis -- -- Err : No filename to use for decode, file stripped. -- Type: application/pgp-signature -- Unsubscribe mailto:rrd-users-request@list.ee.ethz.ch?subject=unsubscribe Help mailto:rrd-users-request@list.ee.ethz.ch?subject=help Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi