Return-Path: Delivered-To: apmail-httpd-modules-dev-archive@locus.apache.org Received: (qmail 68136 invoked from network); 16 Oct 2008 09:20:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Oct 2008 09:20:16 -0000 Received: (qmail 41048 invoked by uid 500); 16 Oct 2008 09:20:17 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 41035 invoked by uid 500); 16 Oct 2008 09:20:17 -0000 Mailing-List: contact modules-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: modules-dev@httpd.apache.org Delivered-To: mailing list modules-dev@httpd.apache.org Received: (qmail 41024 invoked by uid 99); 16 Oct 2008 09:20:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Oct 2008 02:20:17 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of andrejvanderzee@gmail.com designates 72.14.220.159 as permitted sender) Received: from [72.14.220.159] (HELO fg-out-1718.google.com) (72.14.220.159) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Oct 2008 09:19:10 +0000 Received: by fg-out-1718.google.com with SMTP id 16so2348348fgg.40 for ; Thu, 16 Oct 2008 02:19:47 -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:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=TW+umK8zHDyEZaWFKjUkEIseR+s/y01KoHHmLYB/OlU=; b=XED0DCKH92pToIan08Y9QKjDAJX0fgZEXy5rytf9nyKVyYOUrPqkzvx00sv0TCIgx3 RtKzLrf9iZ6XaKdhtdidJl7iB/X/9dSkJbYghRqcytMQsDdSpMdsLLr9nrrVb9KnN2We I2N+YwnWOU6RSH9X0PIIl6UdQ5kyz0XdTgWug= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=oCJeIiyEmQkD0iU5s2CRiVO/uEMI/CDoDD2xN6L98rLsWmjmr7DrZyzvn9ISl0/mAV tMT8AplzLBkE3n3sUPETGaKNz79h8cb7j8ArT29qqwbcueLNfuoJP83asWDz7jhwMtPX H1C+ssZVFwyAK0vsV1nXbAR+CfDflzK6lbmow= Received: by 10.187.185.8 with SMTP id m8mr243471fap.93.1224148786909; Thu, 16 Oct 2008 02:19:46 -0700 (PDT) Received: by 10.187.236.3 with HTTP; Thu, 16 Oct 2008 02:19:46 -0700 (PDT) Message-ID: <6456355d0810160219v519158c9r489d45e5aa0e1b16@mail.gmail.com> Date: Thu, 16 Oct 2008 18:19:46 +0900 From: "Andrej van der Zee" To: modules-dev@httpd.apache.org Subject: mpm worker and mod_cgi MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am compiling mod_cgi with apxs outside the httpd-2.2.9 source tree. When I choose --with-mpm=prefork this works fine, but when I use --with-mpm=worker it seems not to use the implementation in the module at all (the cgi_handler hook method is never called, but CGI applications seem to work fine). In both cases I configure httpd with --disable-cgi. Am I doing something wrong, or is there something special about CGI for the worker mpm? Thank you, Andrej