Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 75986 invoked from network); 20 Oct 2010 13:59:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Oct 2010 13:59:13 -0000 Received: (qmail 9597 invoked by uid 500); 20 Oct 2010 13:59:12 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 9495 invoked by uid 500); 20 Oct 2010 13:59:09 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 9487 invoked by uid 99); 20 Oct 2010 13:59:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Oct 2010 13:59:09 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of trawick@gmail.com designates 209.85.215.173 as permitted sender) Received: from [209.85.215.173] (HELO mail-ey0-f173.google.com) (209.85.215.173) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Oct 2010 13:59:02 +0000 Received: by eyb6 with SMTP id 6so755849eyb.18 for ; Wed, 20 Oct 2010 06:58:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=3ZSHwSt8NqufmXcFiLx+6PEH4W9uy8Yktcf6U5djDaE=; b=s4GDYNxfbcRk+iEx3bF72zroltiG+KD/L4l6iEIQ0Bw6yiaPJ+66fEODe8WcDKdYpe 2QggwV37a4kifDAE5F2tZvTZQgCLelv5L6Jq5Xpz1ExXP8EuRWdfA7ViwrAXs5FLsitw R1d6tD++vdSUUTKIaSTQ5enPx3pmP/ocRWFzQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=w/yT9oWyYX7/rdnLMsKioPF6yhJu1acaaxcQGIqeacizLEqqWSc14pr742mCkzMJCV CF9PpwpS2j6bkJC4oY0DplymKdOCG9GAMHxMEq9Dwy8ee9K6MYQywJ0YNXBwBk42URvs XPGeUpJER22XfrJtc2JNPEDMUbZHvwSqjyeYQ= MIME-Version: 1.0 Received: by 10.213.30.4 with SMTP id s4mr1457100ebc.99.1287583122236; Wed, 20 Oct 2010 06:58:42 -0700 (PDT) Received: by 10.213.6.195 with HTTP; Wed, 20 Oct 2010 06:58:42 -0700 (PDT) In-Reply-To: <201010201324.21878.erik.wasser@iquer.net> References: <201010201324.21878.erik.wasser@iquer.net> Date: Wed, 20 Oct 2010 09:58:42 -0400 Message-ID: Subject: Re: Patch for longer values for 'FcgidInitialEnv' (Patch: increase-INITENV_VAL_LEN.patch) From: Jeff Trawick To: dev@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Oct 20, 2010 at 7:24 AM, Erik Wasser wrote: > Hello list, > > this trivial patch increased the max length for 'FcgidInitialEnv'. The default > value of 128 Bytes is a little bit to small for enviromental variables and > personally I've encountered real time values of more than >128 Bytes. > > So I just doubled the value with the attached patch. Please feel free to > include this patch in the next release. You may need to keep the patch locally for a while. I think the fix is to rework the way that envvars are stored and transmitted to the daemon to minimize storage use/bytes sent and at the same time remove such constraints on the number or size of names and values.