Return-Path: Delivered-To: apmail-httpd-modules-dev-archive@minotaur.apache.org Received: (qmail 87579 invoked from network); 11 Feb 2011 12:38:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Feb 2011 12:38:19 -0000 Received: (qmail 85406 invoked by uid 500); 11 Feb 2011 12:38:19 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 85138 invoked by uid 500); 11 Feb 2011 12:38: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 85120 invoked by uid 99); 11 Feb 2011 12:38:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Feb 2011 12:38:16 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of covener@gmail.com designates 74.125.82.43 as permitted sender) Received: from [74.125.82.43] (HELO mail-ww0-f43.google.com) (74.125.82.43) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Feb 2011 12:38:08 +0000 Received: by wwi17 with SMTP id 17so2354534wwi.12 for ; Fri, 11 Feb 2011 04:37:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=o2M+INza5xsJkvZvzyopmIzzEAOE3dxDWYWV2OlNMNA=; b=C9XopeZwKlkoIyZP99Eq9+F0sIvk2k4KHN6qu8pUApl1fl/77Gwcw/pSB40UYpCoI1 lpf7YSzXJgVjficHIw+3J5R30GbPjPBcGK+VVaG0pRI855odGB0xVDiQ5zHh12w/UFac WOW4HhCKzliTJx5i1LG7UUrWJ2Vy9yQPaoP2E= 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=n79Y70bR9Dm/XAG2Iq5pXXfr3J3JJ7IuitcNRLwmiitjhYF/QzUoIjMUdXXBEPOOCL AehJiSb421ompVVnQWfBCXAmIFjXtwKIg8SJNu8JCn/jLjc8rgiqH1U8yFLv+De3VH2A mIwRBozpaAwBruTpmeQGK869Gwrtyhc9/Oe88= MIME-Version: 1.0 Received: by 10.216.13.194 with SMTP id b44mr366717web.68.1297427868396; Fri, 11 Feb 2011 04:37:48 -0800 (PST) Received: by 10.216.70.132 with HTTP; Fri, 11 Feb 2011 04:37:48 -0800 (PST) In-Reply-To: References: Date: Fri, 11 Feb 2011 07:37:48 -0500 Message-ID: Subject: Re: mod_ruby on Apache for Windows 2.2.17 From: Eric Covener To: modules-dev@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org > I really think it is the Content Handlers that do not work. So there > must be something different there in Apache for Windows compared to > Apache for Linux. Not in every other module that implements a handler, or even the one you care about when compiled with VS -- seems like some kind of ABI or tools problem not a problem with the module's src code. -- Eric Covener covener@gmail.com