From owner-freebsd-cvsweb@FreeBSD.ORG Mon Aug 16 21:52:58 2004 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 9AE2116A4CE for ; Mon, 16 Aug 2004 21:52:58 +0000 (GMT) Received: from smtp2.pp.htv.fi (smtp2.pp.htv.fi [213.243.153.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A4B243D2D for ; Mon, 16 Aug 2004 21:52:58 +0000 (GMT) (envelope-from scop@FreeBSD.org) Received: from [62.78.130.106] (cs78130106.pp.htv.fi [62.78.130.106]) by smtp2.pp.htv.fi (Postfix) with ESMTP id 86961296EAF for ; Tue, 17 Aug 2004 00:52:56 +0300 (EEST) From: Ville =?ISO-8859-1?Q?Skytt=E4?= To: freebsd-cvsweb@freebsd.org In-Reply-To: <06d401c4836f$e2b4e150$090000c0@Mesut> References: <06d401c4836f$e2b4e150$090000c0@Mesut> Content-Type: text/plain; charset=iso-8859-1 Organization: FreeBSD Message-Id: <1092693176.17730.109.camel@bobcat.mine.nu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Tue, 17 Aug 2004 00:52:56 +0300 Content-Transfer-Encoding: 8bit Subject: Re: where is my mistake? X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS Web maintenance mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Aug 2004 21:52:58 -0000 On Mon, 2004-08-16 at 12:03, Mesut GÜLNAZ wrote: > where is my mistake? What's the problem? Some wild guesswork: > su-2.05b# uname > FreeBSD Did you use the FreeBSD port? (devel/cvsweb3 for the current one or devel/cvsweb for the old 2.0.x one.) > DocumentRoot "/usr/local/www/cgi-bin" That's possibly not what you want. Usually DocumentRoot is for static HTML docs, and cgi-bin directories are configured using ScriptAlias. Read the documentation in httpd.conf and/or the Apache website. Maybe something like: DocumentRoot "/usr/local/www/data" ScriptAlias /cgi-bin/ "/usr/local/www/cgi-bin/" > su-2.05b# cat /usr/local/www/cgi-bin/cvsweb.cgi Including output from commands like that on this list is not that useful or polite. Please don't do that.