From owner-freebsd-questions@FreeBSD.ORG Wed Dec 17 14:02:18 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 777CB106564A for ; Wed, 17 Dec 2008 14:02:18 +0000 (UTC) (envelope-from ghartl@gmail.com) Received: from mail-gx0-f10.google.com (mail-gx0-f10.google.com [209.85.217.10]) by mx1.freebsd.org (Postfix) with ESMTP id EEFE08FC18 for ; Wed, 17 Dec 2008 14:02:17 +0000 (UTC) (envelope-from ghartl@gmail.com) Received: by gxk3 with SMTP id 3so282387gxk.19 for ; Wed, 17 Dec 2008 06:02:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:references :in-reply-to:subject:date:message-id:mime-version:content-type :content-transfer-encoding:x-mailer:thread-index:content-language; bh=J64uJRr4tbYTPD+6I8g1GLmZb0SYXX8cfaayDAN2vis=; b=kE505T+qJT8NBJ3sSDb/u1yZ0yBSbyK56+X01J+0pF/Bf6MPhIiv8TEMW7stHTQySd FkIzCWbfzpOrKWxDTXWOe/KMmRqxgXO7PGw3luxJ5RMPnrmjDk1tOdjySwdrKqbRcndO bMY3J0katGudtOGyUfM8GkvU4jka8/Opb1S3E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:references:in-reply-to:subject:date:message-id:mime-version :content-type:content-transfer-encoding:x-mailer:thread-index :content-language; b=c0okkJdMA4P+6gxeLn615AAn+UMUUCasoukEfxGEhinH0rh4lvd3GJGV/opiYAxjVd EbHQxpQ8/+zD1z5KBfo12b9tZrfwF+5yc2TuiHv9Oth+Z/uayPM0rbx+vn8ri2HiS//L 11dRr1tGrJ2XhljcneC4eIe6YzgKroJ1TpzNk= Received: by 10.64.21.10 with SMTP id 10mr655893qbu.48.1229522534681; Wed, 17 Dec 2008 06:02:14 -0800 (PST) Received: from mainpc (d226-16-220.home.cgocable.net [24.226.16.220]) by mx.google.com with ESMTPS id s12sm1696561qbs.10.2008.12.17.06.02.13 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 17 Dec 2008 06:02:14 -0800 (PST) From: "Gary Hartl" To: References: <000501c95f8b$9edb12e0$dc9138a0$@com> <200812170909.30344.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <200812170909.30344.fbsd.questions@rachie.is-a-geek.net> Date: Wed, 17 Dec 2008 09:02:05 -0500 Message-ID: <005701c96050$0bf33c30$23d9b490$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AclgHsu5rHeoT+ocT+GSf31sRyad3gAMPBWw Content-Language: en-ca Subject: RE: PHP5 as apache module using packages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2008 14:02:18 -0000 > Hi all; > > Ok so i've reinstalled fBSD-7 and i'm running apache 2.2 installed using > pkg_add > > I need to also run php as a module for apache (the web software i'm using > requires php as module no cgi). Curious: what software and why? The only valid reason is that the sofware writes php_value/php_flag options to .htaccess files. This has many other implications and I would carefully examine the software and all other websoftware I have installed, before allowing this. The software is elgg.org, it is social software, i'm working on a project for a world of warcraft guild (yes this is a money deal), they are looking for a facebookish type site with some custom world of warcraft stuff done. I haven't really looked too much at the software yet although I'm going to. This is going to be on a dedicated server, not doing anything else. Cheers, Gary