Return-Path: Delivered-To: apmail-httpd-apreq-dev-archive@www.apache.org Received: (qmail 63059 invoked from network); 11 Oct 2003 20:24:43 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 11 Oct 2003 20:24:43 -0000 Received: (qmail 91340 invoked by uid 500); 11 Oct 2003 20:24:31 -0000 Delivered-To: apmail-httpd-apreq-dev-archive@httpd.apache.org Received: (qmail 91315 invoked by uid 500); 11 Oct 2003 20:24:31 -0000 Mailing-List: contact apreq-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list apreq-dev@httpd.apache.org Received: (qmail 91302 invoked from network); 11 Oct 2003 20:24:31 -0000 Received: from unknown (HELO theoryx5.uwinnipeg.ca) (142.132.1.82) by daedalus.apache.org with SMTP; 11 Oct 2003 20:24:31 -0000 Received: from theoryx5.uwinnipeg.ca (localhost.localdomain [127.0.0.1]) by theoryx5.uwinnipeg.ca (8.12.8/8.12.8) with ESMTP id h9BKMuHU027361 for ; Sat, 11 Oct 2003 15:22:56 -0500 Received: from localhost (randy@localhost) by theoryx5.uwinnipeg.ca (8.12.8/8.12.8/Submit) with ESMTP id h9BKMusc027357 for ; Sat, 11 Oct 2003 15:22:56 -0500 Date: Sat, 11 Oct 2003 15:22:56 -0500 (CDT) From: Randy Kobes To: apreq-dev@httpd.apache.org Subject: [apreq-2] libapreq_cgi test Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I've been looking at making up some tests for libapreq_cgi (the static lib that cgi scripts can link against). I've got one set of simple GET tests that work, but was wondering, before going any further, if the following layout was OK: env/test_cgi.c -> source for cgi test env/t/cgi-bin/ -> directory where to put compiled test_cgi.c env/t/cgi.t -> test to run test_cgi binary This will also need to have a ScriptAlias /cgi-bin/ "..../cgi-bin/" added to env/t/httpd.conf. -- best regards, randy