From owner-freebsd-cvsweb@FreeBSD.ORG Sun Mar 19 09:38:44 2006 Return-Path: X-Original-To: freebsd-cvsweb@freebsd.org 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 BA5DA16A41F for ; Sun, 19 Mar 2006 09:38:44 +0000 (UTC) (envelope-from scop@freebsd.org) Received: from smtp1.pp.htv.fi (smtp1.pp.htv.fi [213.243.153.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0412443D5A for ; Sun, 19 Mar 2006 09:38:43 +0000 (GMT) (envelope-from scop@freebsd.org) Received: from [192.168.2.4] (cs181056070.pp.htv.fi [82.181.56.70]) by smtp1.pp.htv.fi (Postfix) with ESMTP id 3844C7FC06 for ; Sun, 19 Mar 2006 11:38:42 +0200 (EET) From: Ville =?ISO-8859-1?Q?Skytt=E4?= To: freebsd-cvsweb@freebsd.org In-Reply-To: <44198B76.2070209@st.com> References: <44198B76.2070209@st.com> Content-Type: text/plain Organization: FreeBSD Date: Sun, 19 Mar 2006 11:38:41 +0200 Message-Id: <1142761121.7379.9.camel@bobcat.mine.nu> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-2.fc4) Content-Transfer-Encoding: 7bit Subject: Re: CVS History X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS Web maintenance mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Mar 2006 09:38:44 -0000 On Thu, 2006-03-16 at 16:59 +0100, Alfredo LICCIARDELLO wrote: > More information about this error may be available in the server error log. Did you follow this advice and look in your server error logs? > at this point I set the QUERY_STRING on my terminal and I have run > cvshistory.cgi script. Following you can se the error message: > > ./cvshistory.cgi > Traceback (most recent call last): > File "./cvshistory.cgi", line 138, in ? > _SELF_URL = os.environ['SCRIPT_NAME'] > File "/usr/local/lib/python2.4/UserDict.py", line 17, in __getitem__ > def __getitem__(self, key): return self.data[key] > KeyError: 'SCRIPT_NAME' I don't think cvshistory.cgi was designed to be run on the command line. At least you'll need to provide a value for the SCRIPT_NAME environment variable and possibly others, but I'd rather look in the server error logs and try to find more info there. If there's nothing there, double-check that you have configured CVSHistory properly and if nothing else helps, contact the CVSHistory folks.