From owner-freebsd-questions@FreeBSD.ORG Fri Jun 13 19:47:13 2008 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 C1C19106567E for ; Fri, 13 Jun 2008 19:47:13 +0000 (UTC) (envelope-from lenzi@k1.com.br) Received: from netuno.levier.com.br (netuno.levier.com.br [201.47.3.162]) by mx1.freebsd.org (Postfix) with ESMTP id 5A1C18FC0C for ; Fri, 13 Jun 2008 19:47:13 +0000 (UTC) (envelope-from lenzi@k1.com.br) Received: from levier.com.br (localhost [127.0.0.1]) by netuno.levier.com.br (8.14.2/8.14.1) with ESMTP id m5DA11h4032086; Fri, 13 Jun 2008 16:47:10 -0300 (BRT) (envelope-from lenzi@k1.com.br) X-MessageWall-Score: 0 (levier.com.br) Received: from [192.168.32.172] (authenticated as lenzi) by levier.com.br (MessageWall 1.0.8) with SMTP; 13 Jun 2008 19:47:10 -0000 From: sergio lenzi To: Dennis Kirschling , "freebsd-questions@freebsd.org" In-Reply-To: <7CA15F547C84C148999461D49C8E710A0FBB17@pct01.PCT.local> References: <7CA15F547C84C148999461D49C8E710A0FBB17@pct01.PCT.local> Date: Fri, 13 Jun 2008 16:46:42 -0300 Message-Id: <1213386402.1439.13.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.22.2 FreeBSD GNOME Team Port Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: 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: Fri, 13 Jun 2008 19:47:13 -0000 Helllo.... I understand your problem (I was once a SCO user/programmer....) well the easy way is: a disk of 20GB miminum... 1) Install FreeBSD 7.0 RELEASE (choose your favorite lay out...) that is /root, /var,swap, /usr in diferent slices.... swap is about 2Gb... (later will hold the /tmp) /root is 512M... /var is 8Gb (or more ..) /usr the rest of the disk.... 2) during the installation process do not forget to set up the ethernet, dns... and install docs, kernel sources, and PORTS 3) once the machine boots, and is in internet, setup the timezone using tzsetup, fix the time using ntpdate -t 10 pool.ntp.org... (this is important....) 4) update the ports with portsnap fetch update ..... 5) install some shell with pkg_add -r bash 6) create a super user named admin or whaterver you want.... echo PASSSSWORD | pw adduser admin -o -u 0 -g wheel -s /usr/local/bin/bash -h 0 7) logout and login as admin.... 8) go to the /usr/ports/www/apache22 and type make package, The system will build your apache for you.... 9) put "apache22_enable=YES" in /etc/rc.conf, start it with the command /usr/local/etc/rc.d/apache22 start. Your are done.... There are 18600 ports you may want to try..... I use the 64 bits FreeBSD... is very stable and incredible fast..... Sergio > > Hi. > > > > I have a wealth of experience with SCO products, but I have to admit I > am stumped with BSD and specifically upgrading a customers Apache from > 2.0.55 to 2.0.63 on BSD 5.4. I have downloaded the product, unsipped > it and extracted the tar volume. Where do I go from here?. I have read > many articles until I'm blue in the face. > > > > Any help would be appreciated! > > > > > > > > Dennis Kirschling > > Office 916 714-1002 > > Cell 916 825-3737 > > drk@pcomptech.com > > > > > > > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"