From owner-freebsd-questions@FreeBSD.ORG Mon Jun 11 02:26:18 2007 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 9F65C16A41F for ; Mon, 11 Jun 2007 02:26:18 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id 5BFE413C455 for ; Mon, 11 Jun 2007 02:26:18 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by py-out-1112.google.com with SMTP id a29so2418246pyi for ; Sun, 10 Jun 2007 19:26:17 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=gOtl1qerlAGLT28FESQps20gxMxx/qF6Ea1GPvns2xLN5h2NU318IP84KO/cEBe+5uMT8wUTlRehIYiy/2yfg2rnJ74sY+1rRHH80WqFd4eD5h8C64cEqWqlfrtN62F3zlnfGY/JwMY89uvoMrYpAq1hPHE6+c60fkqVb4pVyHw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=et1LoPiBs+MxrQAEdKhFuB31ud9sZd1z2td1E4IOZIFz2OZQ2iQNdx8CVxNSVyuJH6tzaJGa5fvQ+9Jl5PqpzwuxHEXS03RRmBvuigSvI+bMJ+N5JiIs96yklr7hrO6pOyMDB07d4VrW9lglvE1SiH/Xw7hoy9KL0LZQptkjm+w= Received: by 10.35.32.9 with SMTP id k9mr8348518pyj.1181528777720; Sun, 10 Jun 2007 19:26:17 -0700 (PDT) Received: from ?192.168.1.2? ( [209.240.66.157]) by mx.google.com with ESMTP id v56sm7272414pyh.2007.06.10.19.26.17 (version=SSLv3 cipher=OTHER); Sun, 10 Jun 2007 19:26:17 -0700 (PDT) In-Reply-To: <7e8337620706101854r52b62e80nc4103f9ba94fe5ca@mail.gmail.com> References: <7e8337620706101854r52b62e80nc4103f9ba94fe5ca@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <7C611980-0FA3-4B0D-B9FB-72542B4BB1C1@gmail.com> Content-Transfer-Encoding: 7bit From: Eric Crist Date: Sun, 10 Jun 2007 21:26:13 -0500 To: goole blowfish X-Mailer: Apple Mail (2.752.3) Cc: freebsd-questions@freebsd.org Subject: Re: Does any verson of Freebsd includes the apache package? 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, 11 Jun 2007 02:26:18 -0000 On Jun 10, 2007, at 8:54 PMJun 10, 2007, goole blowfish wrote: > Dear friends, > > I have download the freebsd FreeBSD 6.2-RELEASE. > > When I install, I can't find the apache package in this installtion > package. > > > Does any verson of Freebsd includes the apache package? In a manner of speaking, yes. If you installed the ports tree during installation, simply perform the following commands when you're logged in as the root user: # cd /usr/ports/www/apache22 # make install clean Follow any instructions you see on the screen at the end of the installation - you may need to scroll up a bit to catch them all. You can scroll up by pressing Scroll-Lock and then the up/down arrows. HTH Eric Crist