From owner-freebsd-cvsweb@FreeBSD.ORG Tue Oct 28 10:56:39 2003 Return-Path: Delivered-To: freebsd-cvsweb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B655B16A4CF for ; Tue, 28 Oct 2003 10:56:39 -0800 (PST) Received: from smtp2.pp.htv.fi (smtp2.pp.htv.fi [213.243.153.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6C6E43F75 for ; Tue, 28 Oct 2003 10:56:38 -0800 (PST) (envelope-from scop@FreeBSD.org) Received: from posti.pp.htv.fi (posti.pp.htv.fi [212.90.64.50]) by smtp2.pp.htv.fi (Postfix) with ESMTP id B9F2F2972CD for ; Tue, 28 Oct 2003 20:56:37 +0200 (EET) Received: from cs78134079.pp.htv.fi (cs78134079.pp.htv.fi [62.78.134.79]) /8.11.1) with ESMTP id h9SIuac28800 for ; Tue, 28 Oct 2003 20:56:36 +0200 (EET) From: Ville =?ISO-8859-1?Q?Skytt=E4?= To: freebsd-cvsweb@FreeBSD.org In-Reply-To: References: Content-Type: text/plain Organization: FreeBSD Message-Id: <1067367395.3693.47.camel@bobcat.mine.nu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Tue, 28 Oct 2003 20:56:35 +0200 Content-Transfer-Encoding: 7bit Subject: Re: Error in cvsweb 2.9.1 on Solaris 9 X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS Web maintenance mailing list [restricted posting] List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Oct 2003 18:56:39 -0000 On Mon, 2003-10-27 at 16:30, Thomas J. Boyda wrote: > I am running the 2.9.1 and I am running into this error whenever I try to > click on "(download)" in the CVS log screen. This also happens when I > click on the revision number in the module view. Thanks for testing the beta! > Here is what I see in my error logs > [Fri Oct 24 14:45:51 2003] [error] [client 192.168.2.100] Premature end of > script headers: cvsweb.cgi, referer: http://cvsweb.daou.com/cvsweb.cgi/daou/test-project/README > [Fri Oct 24 14:45:51 2003] [warn] /cvsweb.cgi/~checkout~/daou/test-project/README did not send an HTTP header > [Fri Oct 24 14:45:51 2003] [error] 6821: ModPerl::Registry: 500:Unknown error at /usr/local/apache2/cvsweb/docs/cvsweb.cgi line 1667, line 15. > > I am running Apache 2.0.47 with mod_perl_1.99.9 on a Solaris 9 system and > perl 5.8.0. > > Any pointers would be appreciated. Hm, could you try running without mod_perl and see if there are any messages emitted to error log then? Additionally, I've committed some error handling and error message improvements to CVS HEAD after 2.9.1, could you try if it works better?