Source: mailgraph Source-Version: 1.14-2 On 08/09/2010 01:33 AM Debian Bug Tracking System wrote: > We believe that the bug you reported is fixed in the latest version of > mailgraph… > … > Bug#513527: fixed in mailgraph 1.14-2.emlSubject: Please add `mailgraph.css' > to the packageFrom: Pascal Volk <u...@localhost.localdomain.org>Date: Thu, 29 > Jan 2009 22:34:35 +0100To: Debian Bug Tracking System <sub...@bugs.debian.org> > > With mailgraph version 1.14 the style sheet was moved from `mailgraph.cgi' to > `mailgraph.css'. So apache2 logs an error each time when > http://fqhn/cgi-bin/mailgraph.cgi was requested: > > script not found or unable to stat: /usr/lib/cgi-bin/mailgraph.css > > Please add `mailgraph.css' to the mailgraph package and install it under > /var/www. This requires also a small modification in `mailgraph.cgi': > > --- /usr/lib/cgi-bin/mailgraph.cgi.org 2008-08-04 19:34:46.000000000 +0200 > +++ /usr/lib/cgi-bin/mailgraph.cgi 2009-01-28 22:37:16.000000000 +0100 > @@ -163,7 +163,7 @@ > <title>Mail statistics for $host</title> > <meta http-equiv="Refresh" content="300" /> > <meta http-equiv="Pragma" content="no-cache" /> > -<link rel="stylesheet" href="mailgraph.css" type="text/css" /> > +<link rel="stylesheet" href="/mailgraph.css" type="text/css" /> > </head> > <body> > HEADER
The css file is still installed in the cgi-bin directory. That's the reason for the internal server error on each request (see attached log). See original mail for a possible solution. Regards, Pascal
-- access.log -- 2001:db8:c01d:beef::1 - - [16/Aug/2010:22:29:11 +0200] "GET /cgi-bin/mailgraph.cgi HTTP/1.1" 200 598 "-" "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100720 Firefox/3.5.11" 419 837 2001:db8:c01d:beef::1 - - [16/Aug/2010:22:29:11 +0200] "GET /cgi-bin/mailgraph.css HTTP/1.1" 500 388 "http://example.net/cgi-bin/mailgraph.cgi" "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100720 Firefox/3.5.11" 439 613 -- error.log -- [Mon Aug 16 22:29:11 2010] [error] [client 2001:db8:c01d:beef::1] (13)Permission denied: exec of '/usr/lib/cgi-bin/mailgraph.css' failed, referer: http://example.net/cgi-bin/mailgraph.cgi [Mon Aug 16 22:29:11 2010] [error] [client 2001:db8:c01d:beef::1] Premature end of script headers: mailgraph.css, referer: http://example.net/cgi-bin/mailgraph.cgi
smime.p7s
Description: S/MIME Cryptographic Signature