From owner-freebsd-questions@freebsd.org Thu Mar 10 04:20:49 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99E96AC737C for ; Thu, 10 Mar 2016 04:20:49 +0000 (UTC) (envelope-from cary@sdf.org) Received: from sdf.lonestar.org (ol.sdf.org [192.94.73.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ol.sdf.org", Issuer "ol.sdf.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 66B75EEB for ; Thu, 10 Mar 2016 04:20:48 +0000 (UTC) (envelope-from cary@sdf.org) Received: from sdf.org (IDENT:cary@sdf.lonestar.org [192.94.73.15]) by sdf.lonestar.org (8.15.2/8.14.5) with ESMTPS id u2A4Kdbg021076 (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256 bits) verified NO) for ; Thu, 10 Mar 2016 04:20:39 GMT Received: (from cary@localhost) by sdf.org (8.15.2/8.12.8/Submit) id u2A4KiMt015894 for freebsd-questions@freebsd.org; Thu, 10 Mar 2016 04:20:44 GMT Date: Thu, 10 Mar 2016 04:20:44 +0000 From: Cary To: freebsd-questions@freebsd.org Subject: Re: Install PHP module in Apache24 Message-ID: <20160310042044.GA13982@SDF.ORG> Mail-Followup-To: freebsd-questions@freebsd.org References: <20160310012923.GA93705@potato.growveg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160310012923.GA93705@potato.growveg.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 04:20:49 -0000 On Thu, Mar 10, 2016 at 01:29:23AM +0000, John wrote: > On Wed, Mar 09, 2016 at 07:38:06PM -0500, Carmel wrote: > >I am building a brand new server. I installed Apache24 and php56; > >however, the PHP module was not installed in Apache. What am I doing > >wrong? Should I choose the "Build Embedded Library" option? I remember > >a long time ago there was an option to build the apache module, but I > >do not see that now. > > Hi, > > I think that these days, rather than building the php apache module in > apache, one builds it in php. It'll be visible (if I remember > correctly, it's one of the options in make config) if yuou're building > either php or php extensions from the ports. > > Also, just because it's built, it doesn't mean apache can use it - it > has to be enabled in the httpd config. > > [1] might be wrong though, it's been a few years. > -- > John _______________________________________________ https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-apache.html Hi, Be sure to read section 28.8.3.3 of the FreeBSD handbook. Also note the pkg-message for www/mod_php56. here is output of "pkg info -D mod_php56" -> Always: *************************************************************** Make sure index.php is part of your DirectoryIndex. You should add the following to your Apache configuration file: SetHandler application/x-httpd-php SetHandler application/x-httpd-php-source *************************************************************** - good luck -- cary@sdf.org SDF Public Access UNIX System - http://sdf.org