From owner-freebsd-questions@FreeBSD.ORG Thu Nov 23 14:34:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9BCE816A403 for ; Thu, 23 Nov 2006 14:34:38 +0000 (UTC) (envelope-from maanjee@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1F3B43D5A for ; Thu, 23 Nov 2006 14:34:02 +0000 (GMT) (envelope-from maanjee@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so309667pyh for ; Thu, 23 Nov 2006 06:34:37 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=lYh/cM2rsGvSDa7fsz/6bGtyuXYHKfuAWFeBlsAB70crlbWErjUM7OUPqvytRITyNFhGOM7fFsreElXuGv8/ugbPyBhpvrdPhgYiMIylTVCLLPfrT2NsbUekedWr9XuGs876DAkFVnBwrAMiPqnTgxyf4eUlq9SgyZBaUad7ksA= Received: by 10.35.134.19 with SMTP id l19mr3514916pyn.1164292477392; Thu, 23 Nov 2006 06:34:37 -0800 (PST) Received: by 10.35.32.4 with HTTP; Thu, 23 Nov 2006 06:34:37 -0800 (PST) Message-ID: <2cd0a0da0611230634j6bcff387r14d1d8912e3a208c@mail.gmail.com> Date: Thu, 23 Nov 2006 15:34:37 +0100 From: VeeJay To: maanjee@gmail.com, freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Help... Installing from Port 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: Thu, 23 Nov 2006 14:34:38 -0000 Hi If I will install Apache2 from the Port, how can I configure to add module or disable modules? Like if I want to enable following modules, how can I do them VIA Ports? Please find below the text from this Step-by-Step guide I am using. But that procedure is for manually downloading the archive, checking signatures and then configuring.... But how can I use Port system to get the same results? ----------------- Compiling and installing the software In this step we will configure, compile, and install the Apache web server as follows: ./configure \ --prefix=/usr/local/apache2 \ --with-mpm=prefork \ --disable-charset-lite \ --disable-include \ --disable-env \ --disable-setenvif \ --disable-status \ --disable-autoindex \ --disable-asis \ --disable-cgi \ --disable-negotiation \ --disable-imap \ --disable-actions \ --disable-userdir \ --disable-alias \ --disable-so make su umask 022 make install chown -R root:sys /usr/local/apache2 ----------------- If we can configure in Port, so where it could be done and how? and if its in a file, where it would be placed? -- -- Thanks! BR / vj