From owner-freebsd-questions@freebsd.org Thu Mar 10 01:27:45 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 D1412AC99E9 for ; Thu, 10 Mar 2016 01:27:45 +0000 (UTC) (envelope-from jim@ohlste.in) Received: from mail-qk0-x231.google.com (mail-qk0-x231.google.com [IPv6:2607:f8b0:400d:c09::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 96688DE3 for ; Thu, 10 Mar 2016 01:27:44 +0000 (UTC) (envelope-from jim@ohlste.in) Received: by mail-qk0-x231.google.com with SMTP id s5so28468104qkd.0 for ; Wed, 09 Mar 2016 17:27:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ohlste-in.20150623.gappssmtp.com; s=20150623; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=7mCZXQdgYzY5SNHvEyXwbr3yyAjeuhRM5/le1q1xOkw=; b=gKoObmMUQt4IxXt16jsYn2Vuha8VpvI1OP6nLHWhXbPDFAlZh6i/NYHbF4cizWfskt OCJndsrK1hwINOiYBDduRM1rowEMecKfpHbSLsl5eFqWTu3fiwOHMYjJ2EqTvuoVhVps kM7xu5OXaVzJcHcKPXonkGCKMX4jaeTx8/YczZuG0xAwd7Cr8iUJI8m663hvA8GQd7MZ Om+CrYyZJ3/Z4NCFKlNP3WEwLXEmJOTEvOLVyggzukOtT4kG5otzmwKc+mUO4tVRFOMc +vchZ0a0bvpNp7aFqaXvc/+uzWhFuDpbifP/x2/DSulbHfcTfYI+KQ39nt13eclej1g/ e+OA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=7mCZXQdgYzY5SNHvEyXwbr3yyAjeuhRM5/le1q1xOkw=; b=DvKIMWj3B2S7UGb4WcQA94p8zlzAypCIp2Uxe6GAZDGD50zwnxI7lFMucaE9MTu5Qm lX69I17li7B8BSp90OfUZzAT6ZT4bUxjbjHWClNgtFCJ1ef8It6aCatcjH6wMPL8wyRC JBZDTwc/LAyhdPhd72+n93/KL6fnfsigGALHlUyq4M1qimQl984x613iNOFPSZD4kJet JjwlyL6xVwp96hlemE0aRighmMii5rcRNhuOZmBRKiMVcbDSEmsGsWqVOGEIPELClL+S oeRCyv59wUCrWL2q7Z4itPIUhtzElAwfiyOwT4HhQ+9OApspL2euoHdKN6fkIhV8LuYG P0vA== X-Gm-Message-State: AD7BkJJH8DNJOqrTocijzEbI+poWiFjnLRLra2vPC71G134VGQIGt8+owSUgqckbdGnc6g== X-Received: by 10.55.26.86 with SMTP id a83mr820329qka.79.1457573263516; Wed, 09 Mar 2016 17:27:43 -0800 (PST) Received: from ?IPv6:2001:470:7:71f::2? (ohlstein-2-pt.tunnel.tserv13.ash1.ipv6.he.net. [2001:470:7:71f::2]) by smtp.googlemail.com with ESMTPSA id z62sm673995qka.26.2016.03.09.17.27.42 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 09 Mar 2016 17:27:42 -0800 (PST) Subject: Re: Install PHP module in Apache24 To: Carmel , freebsd-questions@freebsd.org References: From: Jim Ohlstein Message-ID: <56E0CD8D.6020409@ohlste.in> Date: Wed, 9 Mar 2016 20:27:41 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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 01:27:45 -0000 Hello, On 3/9/16 7:38 PM, 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. > The Apache module is now a separate port. You need www/mod_php56. -- Jim Ohlstein "Never argue with a fool, onlookers may not be able to tell the difference." - Mark Twain