Return-Path: X-Original-To: apmail-httpd-users-archive@www.apache.org Delivered-To: apmail-httpd-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C4DE010425 for ; Sun, 16 Mar 2014 16:12:09 +0000 (UTC) Received: (qmail 83685 invoked by uid 500); 16 Mar 2014 16:12:04 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 83642 invoked by uid 500); 16 Mar 2014 16:12:03 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 83633 invoked by uid 99); 16 Mar 2014 16:12:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Mar 2014 16:12:03 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of covener@gmail.com designates 209.85.128.178 as permitted sender) Received: from [209.85.128.178] (HELO mail-ve0-f178.google.com) (209.85.128.178) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Mar 2014 16:11:58 +0000 Received: by mail-ve0-f178.google.com with SMTP id jw12so4666036veb.23 for ; Sun, 16 Mar 2014 09:11:37 -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=x8CtaThHxlF9G7Z+ocFvrK3mOek4WhS+oVLSp5rebNI=; b=T8K/AIcdADT1izUxPyAd+QkydI3fGTLi/yDPQ+FPGD3Wjjt9bN1ZaRzTr9zL15eNJ4 lsZAXquGNc459Chd6bjsqeS45gEX43s+TVfPeGQb1RQL51bsrk7Kl1qrWQVWnfo1fGGG VayjFJELbdGlivfkwosa6+OSmrN1k8YI4gF+RO+jDlg+5QiKhyewKhOQr+2dPxSjbgqf vhoHud0g+QfR5/SWEUB8QB+MGHHMR4Y9FENAorSXZ5RCumTSIKuvIJ/awu3czWndQMG3 vuuC9cYLqyv8OwkPDH9Cc/C7ebXwz05WTKCOlkJN6VHjJaUSiudVUkdV8Syu3p51Y/dN Offg== MIME-Version: 1.0 X-Received: by 10.52.65.165 with SMTP id y5mr8358vds.51.1394986297039; Sun, 16 Mar 2014 09:11:37 -0700 (PDT) Received: by 10.58.54.52 with HTTP; Sun, 16 Mar 2014 09:11:36 -0700 (PDT) In-Reply-To: References: Date: Sun, 16 Mar 2014 12:11:36 -0400 Message-ID: From: Eric Covener To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] PHP works but not PHP pages. On Sun, Mar 16, 2014 at 11:25 AM, Michael Peters wrote: > What I cannot figure out is why all PHP pages except for my test.php will > not display? I didn't see anywhere in your config where you configured Apache to do anything special for PHP. Normally this would be configuring fastcgi or mod_php. It's not implicit. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org