From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 01:20:26 2012 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 C76A71065670 for ; Wed, 22 Feb 2012 01:20:26 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout018.mac.com (asmtpout018.mac.com [17.148.16.93]) by mx1.freebsd.org (Postfix) with ESMTP id AAB738FC24 for ; Wed, 22 Feb 2012 01:20:26 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from cswiger1.apple.com (unknown [17.209.4.71]) by asmtp018.mac.com (Oracle Communications Messaging Server 7u4-23.01 (7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPSA id <0LZR00DN2T210350@asmtp018.mac.com> for freebsd-questions@freebsd.org; Wed, 22 Feb 2012 01:20:26 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.6.7361,1.0.260,0.0.0000 definitions=2012-02-21_09:2012-02-21, 2012-02-21, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1012030000 definitions=main-1202210301 From: Chuck Swiger In-reply-to: Date: Tue, 21 Feb 2012 17:20:25 -0800 Message-id: References: To: alexus X-Mailer: Apple Mail (2.1084) Cc: freebsd-questions@freebsd.org Subject: Re: apache22 + php5 (package not ports) ~ spawn-fcgi ? 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, 22 Feb 2012 01:20:26 -0000 On Feb 21, 2012, at 5:14 PM, alexus wrote: > is there a way to make apache22 w/ php5 without using /usr/ports? Yes, you could download and build the sources yourself without using ports. It wouldn't be any faster or easier, though. > just using pkg_add -r apache22 && pkg_add -r php5 No. The precompiled php5 package doesn't come with mod_php Apache module, in part because there are many apache versions against which it might be compiled. > maybe through spawn-fcgi somehow? I suppose, or just normal CGI mechanism. > anyone have a good example/docs how to do it? http://www.fastcgi.com/drupal/node/6 Regards, -- -Chuck