Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Aug 2004 00:52:56 +0300
From:      Ville =?ISO-8859-1?Q?Skytt=E4?= <scop@FreeBSD.org>
To:        freebsd-cvsweb@freebsd.org
Subject:   Re: where is my mistake?
Message-ID:  <1092693176.17730.109.camel@bobcat.mine.nu>
In-Reply-To: <06d401c4836f$e2b4e150$090000c0@Mesut>
References:  <06d401c4836f$e2b4e150$090000c0@Mesut>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1092693176.17730.109.camel>