From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 13:26:49 2011 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 018BE106566B for ; Mon, 27 Jun 2011 13:26:49 +0000 (UTC) (envelope-from timp87@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id C0C9C8FC08 for ; Mon, 27 Jun 2011 13:26:48 +0000 (UTC) Received: by iwr19 with SMTP id 19so5696529iwr.13 for ; Mon, 27 Jun 2011 06:26:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=zDYOBVMZ64LM01lfSE4CcpFfypUq/zqelQiuXV3NSgs=; b=elVNAW1Y0mXDgtJ8sPmAkMR6TmgCr8t7xFVg9mobW7ciiqEeg7qeo1vat055op3JEh 31KYzW142skR7m1E1pENUjpRIwtsTGsoxJ556JgcA+WFzSj/Cj0m0H42WhfJCSHugIDQ r7M8inG8X9sCGNaNMDBmDPOmbBbcCa+wDlUqQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=DgVNttTVebQtt9iY33oPJAJA30fksrcbzfnyPwX8O/ndGxPEwX9bCxSIxpJMNuHd9d DoQYX6qr69C5ifga7FIIHaRRHm1UH/XDAs7ynVyY0WAyPEajHcIjQXAzWiV3r/bCwIaM JDz0j2i3D2GutaUxDgW611H0LnFnA8KCaw+r8= MIME-Version: 1.0 Received: by 10.231.50.16 with SMTP id x16mr6190540ibf.171.1309179817081; Mon, 27 Jun 2011 06:03:37 -0700 (PDT) Received: by 10.231.16.198 with HTTP; Mon, 27 Jun 2011 06:03:37 -0700 (PDT) Date: Mon, 27 Jun 2011 17:03:37 +0400 Message-ID: From: Pavel Timofeev To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Installing php-fpm without apache 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: Mon, 27 Jun 2011 13:26:49 -0000 How can I install php-fpm without installing apache? Is it possible? [root@timp /usr/ports/lang/php5]# make showconfig ===> The following configuration options are available for php5-5.3.6_1: CLI=off "Build CLI version" CGI=off "Build CGI version" FPM=on "Build FPM version (experimental)" APACHE=off "Build Apache module" AP2FILTER=off " Use Apache 2.x filter interface (experimental)" DEBUG=off "Enable debug" SUHOSIN=off "Enable Suhosin protection system" MULTIBYTE=off "Enable zend multibyte support" IPV6=off "Enable ipv6 support" MAILHEAD=off "Enable mail header patch" LINKTHR=off "Link thread lib (for threaded extensions)" ===> Use 'make config' to modify these settings Only FPM is "on" [root@timp /usr/ports/lang/php5]# make missing www/apache13 textproc/libxml2 textproc/expat2 in spite of this I see apache13 as dependency