From owner-freebsd-questions@FreeBSD.ORG Tue Aug 12 14:04:46 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F35E37B409 for ; Tue, 12 Aug 2003 14:04:46 -0700 (PDT) Received: from gremlin.material.net (66-108-186-167.nyc.rr.com [66.108.186.167]) by mx1.FreeBSD.org (Postfix) with SMTP id 41D9843FAF for ; Tue, 12 Aug 2003 14:04:44 -0700 (PDT) (envelope-from tb@gremlin.material.net) Received: (qmail 58036 invoked by uid 1001); 12 Aug 2003 21:04:59 -0000 Date: Tue, 12 Aug 2003 17:04:59 -0400 From: tb To: freebsd-questions@freebsd.org Message-ID: <20030812210459.GB52753@gremlin.material.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: a clue! (Re: frustrating *dumb* problem getting php to work under X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2003 21:04:46 -0000 apache) Reply-To: In-Reply-To: <20030812204941.GB32551@gremlin.material.net> i just figured something out. if i use php on the CLI, thus... % php -f whatever.php > parsed.html ...it correctly parses the file and spits out html. but when i initiate it through apache (i.e., using a browser), it doesn't. so it seems like apache isn't initiating and/or engaging with php properly. one person asked offlist if this is is my http.conf: DirectoryIndex index.php index.php3 index.html DirectoryIndex index.php3 index.html DirectoryIndex index.php index.html DirectoryIndex index.html it is. ho-hum. cheers, t