From owner-freebsd-ports Tue Aug 27 07:13:38 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA06996 for ports-outgoing; Tue, 27 Aug 1996 07:13:38 -0700 (PDT) Received: from sequent.kiae.su (sequent.kiae.su [193.125.152.6]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id HAA06988 for ; Tue, 27 Aug 1996 07:13:31 -0700 (PDT) Received: by sequent.kiae.su id AA19678 (5.65.kiae-2 ); Tue, 27 Aug 1996 18:08:05 +0400 Received: by sequent.KIAE.su (UUMAIL/2.0); Tue, 27 Aug 96 18:08:04 +0400 Received: (from ache@localhost) by nagual.ru (8.7.5/8.7.3) id SAA11352; Tue, 27 Aug 1996 18:07:38 +0400 (MSD) Message-Id: <199608271407.SAA11352@nagual.ru> Subject: Re: Feedback on CGI programs wanted. In-Reply-To: from "James FitzGibbon" at "Aug 27, 96 08:13:37 am" To: james@nexis.net (James FitzGibbon) Date: Tue, 27 Aug 1996 18:07:38 +0400 (MSD) Cc: mark@grondar.za, freebsd-ports@freebsd.org From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (Andrey A. Chernov) Organization: self X-Class: Fast X-Mailer: ELM [version 2.4ME+ PL25 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > On Tue, 27 Aug 1996, Mark Murray wrote: > > > Have a look at ports/www/wwwcount. That one puts its cgi binary into > > the cgi-bin/ dir. Maybe you want to try that approach? > > That's actually the opposite to what I want to try. That installs the > binary in /usr/local/www/cgi-bin/Count.cgi. It also puts some things into > /usr/local/etc/Counter. > > My personal opinion is that if a machine is a dedicated web server, the > persona responsible for running it isn't going to rely strictly on a port. > Certainly since the port was out of date until about 3 months ago, many > people set up Apache themselves. Other people run Netscape commerce or > CERN, which install into /usr/local/etc/https and httpd (I think). My > machines use /usr/local/www, but with everything (conf, logs, docs, the > whole thing) under that one tree. > Lets take for example news system: all varions things (inn, cnews, etc) uses the same /var/news directory in ports. The same thing is true about various httpd too: they all must use the same /usr/local/www thing (at least at symlink level). So /usr/local/www/cgi-bin is CGI final place for all possible and future httpd ports. If you use your own httpd (not from port), it is your task to make it compatible with ports things. -- Andrey A. Chernov http://www.nagual.ru/~ache/