Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 99699 invoked from network); 4 Oct 2009 23:00:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Oct 2009 23:00:01 -0000 Received: (qmail 24686 invoked by uid 500); 4 Oct 2009 23:00:00 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 24601 invoked by uid 500); 4 Oct 2009 23:00:00 -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 24590 invoked by uid 99); 4 Oct 2009 23:00:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Oct 2009 23:00:00 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of walterheck@gmail.com designates 209.85.221.186 as permitted sender) Received: from [209.85.221.186] (HELO mail-qy0-f186.google.com) (209.85.221.186) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Oct 2009 22:59:49 +0000 Received: by qyk16 with SMTP id 16so2255419qyk.15 for ; Sun, 04 Oct 2009 15:58:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=3DiO0thT0fCpI1t79tuNHBt0+Dye9RlXUowccr9O/4A=; b=Zwl2xpVypK7PltIAJzebB6UZqaUZrTegEj2Is5Fn+Ee1OXbkk6iiv5Ch8VpPeSC8Ut z1M/QXUv3n/p5CscDKP7IM5UDRDw50wQqCzBlVEmqpGzNqfBDPfkiqjWXpwbqQoK9rDk FcRN5qp1GF5pxxC1MKJbdamqeWp2hhiPlAMjM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=i0HjQvoJLDB7otZdPniQ5jkSFPYXR0Z9zYbnP3XPTZ7HqR9C/9PNDSOI5NI4xiDfF4 KXYrQbtn/QJF3+LKpFbjsqoAOSVIZ6mrapQ9m2jDEB4QV05F8LxTv/GWjTgrdIQjnSVz qUdlbDTBj/FgPlrNyuCr8LvTKLnoDZD23BMIg= MIME-Version: 1.0 Received: by 10.229.32.148 with SMTP id c20mr3659819qcd.52.1254697108939; Sun, 04 Oct 2009 15:58:28 -0700 (PDT) Date: Mon, 5 Oct 2009 05:58:28 +0700 Message-ID: Subject: mod_fcgid: settings needed in every vhost? From: Walter Heck To: dev@httpd.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Hi Guys, I am using apache2, php5 and mod_fcgid on CentOS and I'm having a lot of issues with 500 errors. I came across this blog post: http://jay.vox.com/library/post/mod_fcgid-ignoring-fastcgi-config-settings.html I was wondering if that is completely true? And if it is, why is it that way? Just looking for some answers, trying to understand what is going on :) Thanks in advance! Walter === my config === [root@web01 ~]# yum list installed | grep php php.x86_64 5.2.9-2.el5.centos installed [root@web01 ~]# yum list installed | grep httpd httpd.x86_64 2.2.8-1.el5s2.centos installed [root@web01 ~]# yum list installed | grep fcgid mod_fcgid.x86_64 2.2-4.el5.kb installed