From owner-freebsd-questions@FreeBSD.ORG Fri Sep 17 23:43:40 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57FE116A4CE for ; Fri, 17 Sep 2004 23:43:40 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20A6543D41 for ; Fri, 17 Sep 2004 23:43:40 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Fri, 17 Sep 2004 18:43:39 -0500 Message-ID: <414B76A9.7090003@daleco.biz> Date: Fri, 17 Sep 2004 18:43:37 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: digish reshamwala References: <2ae50bf2b427.414afc1a@usc.edu> In-Reply-To: <2ae50bf2b427.414afc1a@usc.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 17 Sep 2004 23:43:40.0218 (UTC) FILETIME=[28C3E1A0:01C49D10] cc: freebsd-questions@freebsd.org Subject: Re: Apache Installation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2004 23:43:40 -0000 digish reshamwala wrote: >Hey.... > >I am a novice at FreeBSD! I want to install apache v 1.3.28 in my FreeBSD >5.21. > >Can u guys help me? How to proceed? > >-macuser > > I see another post in which someone has taken great pains to explain a lot. In a nutshell, though, it's this: *********************************************************** 1. Make sure you're connected to the Internet. 2. Make sure you have superuser privileges (su to root). 3. Then: #cd /usr/ports/www/apache13 #make install clean *********************************************************** See the Handbook chapter on "installing 3rd party software." Kevin Kinsey