From owner-freebsd-questions Sun Jan 12 01:52:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA18376 for questions-outgoing; Sun, 12 Jan 1997 01:52:28 -0800 (PST) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id BAA18371 for ; Sun, 12 Jan 1997 01:52:22 -0800 (PST) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.7.5/8.6.12) id LAA10797; Sun, 12 Jan 1997 11:51:32 +0200 (IST) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma010794; Sun Jan 12 11:51:10 1997 Message-ID: <32D8B3D1.2972@barcode.co.il> Date: Sun, 12 Jan 1997 11:50:09 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: Robert Chalmers CC: bsd Subject: Re: POST in HTTP/1.1 References: <199701112325.JAA22322@nanguo.chalmers.com.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Robert Chalmers wrote: > > hmmm, perhaps it was in the new HTTP/1.1. I saw something about it > when putting together an Apache_SSL server. Still working on it. > There was something about POST not working the same. I'll have to go > find it... maybe it was just too late at night? > > bc > -- > Triple-W: P.O. Box 2003. Mackay. 4740 +61-0412-079025 > robert@chalmers.com.au for Whirled Peas http://www.chalmers.com.au > Location: Whitsunday Web Works. 21'7" S, 149'14" E. First, HTTP/1.1 is supported in Apache 1.2 (which is still in Beta AFAIK). The problem I remember reading about is with CGI scripts that get data from the URL they are called with (that is that have extra data on the URL *after* the name of the script - the FreeBSD source tree interface is, I think, such a script). Nadav