Return-Path: Delivered-To: apmail-httpd-modules-dev-archive@minotaur.apache.org Received: (qmail 53244 invoked from network); 11 Feb 2011 07:25:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Feb 2011 07:25:47 -0000 Received: (qmail 30386 invoked by uid 500); 11 Feb 2011 07:25:47 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 30075 invoked by uid 500); 11 Feb 2011 07:25:44 -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 30067 invoked by uid 99); 11 Feb 2011 07:25:43 -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 07:25:43 +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 zdavatz@gmail.com designates 209.85.216.45 as permitted sender) Received: from [209.85.216.45] (HELO mail-qw0-f45.google.com) (209.85.216.45) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Feb 2011 07:25:36 +0000 Received: by qwk4 with SMTP id 4so1351588qwk.18 for ; Thu, 10 Feb 2011 23:25:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=fCPETSC07JCwbNLN9ujactej2RXGu/dCK8Fg6IC2jXk=; b=XHtBBwzl0cYBiITgv3HeesjAFpfZkj5qny4UKMzrUbFxRAWU7XS/ktshkkf1bwNaOy oZEKQOCVw3krnUMWOAmCAu1ZlRKfC2x7dF/bZZ0bhGwLFBAo7TE6UU+Hpr34VGvVqzBk nQvfEEXwo8c7crvh47hyBWX0r0i4QQpvy2jBo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=E9YnUBSw7AyL1ZV7plHCrsNbzTkv9COqPRIYAqeflCORaNn3s8VDSxygcOPFgG330l kRtA+QciwcjIuqPCAnUz4LQKxqUeH9aJk2dDm6h6FQuFgND2FAaiTYv6C42W+C5eHHjS bCPvi57mR1X/yQ0nRUVdKlmOdoj+NIHD6PB9Q= MIME-Version: 1.0 Received: by 10.224.67.78 with SMTP id q14mr167276qai.258.1297409114756; Thu, 10 Feb 2011 23:25:14 -0800 (PST) Received: by 10.229.226.3 with HTTP; Thu, 10 Feb 2011 23:25:14 -0800 (PST) Date: Fri, 11 Feb 2011 08:25:14 +0100 Message-ID: Subject: mod_ruby on Apache for Windows 2.2.17 From: Zeno Davatz To: modules-dev@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi I am trying to debug mod_ruby to load in Apache for Windows. So far Apache for Windows does start with mod_ruby.so but it seems that httpd does not start correctly with mod_ruby enabled in Apache for Windows. The steps I took to compile mod_ruby for Apache for Windows 2.2.17 with MinGW are here: http://dev.ywesee.com/wiki.php/Apache/Libapr-1 The Apache Server-Info of my Windows Box is: Module Name: mod_ruby.c Content handlers: none Configuration Phase Participation: Create Directory Config, Merge Directory Configs, Create Server Config, Merge Server Configs Request Phase Participation: none The Apache-Server Info of my Linux-Box is: Module Name: mod_ruby.c Content handlers: yes Configuration Phase Participation: Create Directory Config, Merge Directory Configs, Create Server Config, Merge Server Configs Request Phase Participation: Post-Read Request, Translate Name, Check Access, Verify User ID, Verify User Access, Check Type, Fixups, Content Handlers, Logging So something clearly seems to be different between Windows and Linux. I am willing to pay to get this fixed. Best Zeno