Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 66879 invoked from network); 14 Apr 2008 17:15:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Apr 2008 17:15:09 -0000 Received: (qmail 68404 invoked by uid 500); 14 Apr 2008 16:44:20 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 68382 invoked by uid 500); 14 Apr 2008 16:44:20 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 68365 invoked by uid 99); 14 Apr 2008 16:44:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2008 09:44:20 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jslive@gmail.com designates 74.125.46.155 as permitted sender) Received: from [74.125.46.155] (HELO yw-out-1718.google.com) (74.125.46.155) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2008 16:43:29 +0000 Received: by yw-out-1718.google.com with SMTP id 5so636601ywr.84 for ; Mon, 14 Apr 2008 09:43:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=+sbLHUuQ46lManFHLBLJevdDbax2j1MbdpbJ4b5uNWs=; b=rrjfLc2OHyEJ+rqjdTXiQSiAa/5ehhBNMDwFubgGQ1iKGqGuGpDapS81ZFAuvoDBRg9p3qRSyqqb/bHP7OyZhEOcZwLu0TRiiXV5nkcVK5rTrW+DQYgJ8Kv8hQUfrUusyDs0ANKa4aS/HdSRdHHiU5pnD4YyWAOUF/jU5PF9QWM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=OwqAesQReelUOmBrWkX4Y1sXuehAhKuGrR5YTzJlBaNPWBdm2kl5S+V2POgTKVjuiB2I1Cj0kNx1vln44SoumRSzXhmpUsJAtjQfsih/pLxE0v05GAO2jjB5a2b/Iw1PjrrqUPKTO7DYDtDKa2Wyt3+tQRBCwAblt7ew5PSTmsY= Received: by 10.150.226.2 with SMTP id y2mr6345751ybg.222.1208191424095; Mon, 14 Apr 2008 09:43:44 -0700 (PDT) Received: by 10.151.13.13 with HTTP; Mon, 14 Apr 2008 09:43:44 -0700 (PDT) Message-ID: Date: Mon, 14 Apr 2008 12:43:44 -0400 From: "Joshua Slive" Sender: jslive@gmail.com To: users@httpd.apache.org In-Reply-To: <200804141651.07695.torsten.foertsch@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200804141651.07695.torsten.foertsch@gmx.net> X-Google-Sender-Auth: 16d8d46da8782d34 X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Handing over the POST input to a virtual included part? On Mon, Apr 14, 2008 at 10:51 AM, Torsten Foertsch wrote: > Hi, > > is it possible to hand over the POST input of a SSI document to a virtual > included part of it? > > I have an SSI document that contains > > > > This way I can pass parameters that are passed in the URI to the subrequest. > But how can that be done if the request method is POST? (There is only one > such part that wants to read the input.) My understanding is that this is not possible in 2.2, but is possible in the development version (trunk) using the KeptBodySize directive: http://httpd.apache.org/docs/trunk/mod/mod_request.html --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org