From owner-freebsd-www Sat Jan 4 12:25:38 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA13398 for www-outgoing; Sat, 4 Jan 1997 12:25:38 -0800 (PST) Received: from hemi.com (hemi.com [204.132.158.10]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id MAA13392 for ; Sat, 4 Jan 1997 12:25:36 -0800 (PST) Received: (from mbarkah@localhost) by hemi.com (8.8.4/8.7.3) id NAA24542; Sat, 4 Jan 1997 13:14:54 -0700 (MST) From: Ade Barkah Message-Id: <199701042014.NAA24542@hemi.com> Subject: Re: FreeBSD GNATS-related CGI scripts To: cracauer@wavehh.hanse.de (Martin Cracauer) Date: Sat, 4 Jan 1997 13:14:54 -0700 (MST) Cc: jkh@time.cdrom.com, freebsd-www@freebsd.org In-Reply-To: <9701041208.AA23640@wavehh.hanse.de> from Martin Cracauer at "Jan 4, 97 01:08:41 pm" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-www@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Martin, There are indeed CGIs spread across two directories (/cgi-bin/ and /data/cgi/.) There are similar (but different) scripts in both di- rectories, and the web pages reference both versions. These scripts conflict: /cgi-bin/cvsweb <-> /data/cgi/cvsweb.cgi /cgi-bin/query-pr-summary.cgi <-> /data/cgi/query-pr-summary.cgi The /data/cgi versions appear newer (e.g., they use cgi-lib.pl/ cgi-style.pl instead of hand-crafting HTML headers, etc.) *BUT* the /cgi-bin/ versions are never called. The web server magically redirects the /cgi-bin/ requests to the corresponding one in /data/cgi. Documents referencing the /cgi-bin/ CGIs should be fixed to call the /data/cgi versions directly. /cgi-bin/cvsweb is referenced from the following documents: ./handbook/development.sgml ./handbook/sup.sgml ./ja_JP.EUC/handbook/development.sgml ./ja_JP.EUC/handbook/sup.sgml /cgi-bin/query-pr-summary.cgi is referenced from ./FAQ/FAQ.sgml. The only "active" CGI script in /cgi-bin/ is dosendpr.cgi, called by ./send-pr.sgml. I've added dosendpr.cgi and its support files into /data/cgi, so the CVS tree should now be complete. I haven't updated any of the .sgml files yet. Regards, -Ade ------------------------------------------------------------------- Inet: mbarkah@hemi.com - HEMISPHERE ONLINE - -------------------------------------------------------------------