Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8962718B04 for ; Sun, 9 Aug 2015 03:46:59 +0000 (UTC) Received: (qmail 43532 invoked by uid 500); 9 Aug 2015 03:46:59 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 43461 invoked by uid 500); 9 Aug 2015 03:46:59 -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 43450 invoked by uid 99); 9 Aug 2015 03:46:58 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Aug 2015 03:46:58 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 5217C19F741 for ; Sun, 9 Aug 2015 03:46:53 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.12 X-Spam-Level: X-Spam-Status: No, score=-0.12 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id UyfWtMNVKhp9 for ; Sun, 9 Aug 2015 03:46:46 +0000 (UTC) Received: from mail-yk0-f169.google.com (mail-yk0-f169.google.com [209.85.160.169]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id CDE9942B61 for ; Sun, 9 Aug 2015 03:46:45 +0000 (UTC) Received: by ykaz130 with SMTP id z130so9285482yka.0 for ; Sat, 08 Aug 2015 20:46:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Q5titx70o6sXO83v3em8njG16kPYVPgw+S9ede0qNyg=; b=zFiTOIByDIFTE1VIaJsIg3RhNgkcIJn8nRqArnST4fglaUYfeRQ6becorcyx5yrZoI J89ZTnug1nZnSuShrhdYpc/1SDpQS670GJvLA1awDAe9AIq4aFGhADzha0Pjo/tZ/PGs 5UkoUjGkDEx+7UZbrVHpi20Q16UQ2P14mJR4xsUybcM5+UMSDP56cukk0Uj+RFxeo8sH w1h02XEXUU6MTxjqnPvNTbd9+s8hvXlqpgdbK2aDXHZh8Pkf/oht9VJblc+OlyDvBGv0 Jtu+QmggQAXg6Y7hnQyacDNoxk9pm1Yrm1nfPh6XXTufRAMCieDxK7TDPmMAEzwgdUNN gqPQ== MIME-Version: 1.0 X-Received: by 10.129.128.199 with SMTP id q190mr15791513ywf.117.1439091960415; Sat, 08 Aug 2015 20:46:00 -0700 (PDT) Received: by 10.37.207.66 with HTTP; Sat, 8 Aug 2015 20:46:00 -0700 (PDT) In-Reply-To: References: Date: Sat, 8 Aug 2015 23:46:00 -0400 Message-ID: Subject: Re: help: need mod_cgi.so win32 fixed From: Eric Covener To: Apache HTTP Server Development List Content-Type: text/plain; charset=UTF-8 On Sat, Aug 8, 2015 at 9:58 PM, Francesco Pasqualini wrote: > I confirm that the patch changes mod_cgi > > infact mod_cgi.c calls the function ap_create_environment in util_script.c: > > env = ap_create_environment(r->pool, r->subprocess_env); > > so applying the patch to util_script.c, recompiling mod_cgi.c and installing > mod_cgi.so under the $root/modules dir will do the trick I'm no Windows expert, but I don't see how you can expect an updated ap_create_environment() to be used that way. I already tried to explain why in my first response.