From owner-freebsd-ports Fri Nov 2 5: 5:18 2001 Delivered-To: freebsd-ports@freebsd.org Received: from rabbit.netstyle.com.ua (rabbit.netstyle.com.ua [193.193.194.5]) by hub.freebsd.org (Postfix) with ESMTP id 3247837B405; Fri, 2 Nov 2001 05:05:06 -0800 (PST) Received: from mile.nevermind.kiev.ua (km-radio.kvazar-micro.com [213.186.199.26] (may be forged)) by rabbit.netstyle.com.ua (8.11.6/8.11.3) with ESMTP id fA2D6LW66998; Fri, 2 Nov 2001 15:06:22 +0200 (EET) (envelope-from never@mile.nevermind.kiev.ua) Received: (from never@localhost) by mile.nevermind.kiev.ua (8.11.6/8.11.4) id fA2D9dg49713; Fri, 2 Nov 2001 15:09:39 +0200 (EET) (envelope-from never) Date: Fri, 2 Nov 2001 15:09:39 +0200 From: Nevermind To: "B & M Converter LTD." Cc: freebsd-questions@FreeBSD.org Subject: Re: general question Message-ID: <20011102150939.B5949@nevermind.kiev.ua> References: <3BE2947F.3315784E@on.aibn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3BE2947F.3315784E@on.aibn.com>; from bmconv@on.aibn.com on Fri, Nov 02, 2001 at 07:41:35AM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello Brian, On Fri, Nov 02, 2001 at 07:41:35AM -0500, you wrote: > The general question I have is right now I would like to download the > package apache 1.3.22. When I go to the download page there are lots of > files and a folder called files. > > I am not sure at all how to get the program from all this > > Thank you in advance for any help you may give Answer depends on what you want to get. There is a lot of apache-somenthing ports in FreeBSD ports system: --- cut --- Port: apache-1.3.22_4 Path: /usr/ports/www/apache13 Info: The extremely popular Apache http server. Very fast, very clean Index: www Port: apache+ipv6-1.3.22_1 Path: /usr/ports/www/apache13+ipv6 Info: The extremely popular Apache http server. Very fast, very clean Index: www ipv6 Port: apache_fp-1.3.22 Path: /usr/ports/www/apache13-fp Info: The Apache webserver with w/MS Frontpage 2000 Extentions Index: www Port: apache+mod_ssl-1.3.22+2.8.5_1 Path: /usr/ports/www/apache13-modssl Info: The Apache 1.3 webserver with SSL/TLS functionality Index: www security Port: apache+ssl-1.3.12.1.40 Path: /usr/ports/www/apache13-ssl Info: Apache-SSL: Apache secure webserver integrating OpenSSL Index: www security Port: apache-2.0.16_2 Path: /usr/ports/www/apache2 Info: Version 2 of the extremely popular Apache http server Index: www ipv6 --- cut --- If you want to install pre-compiled binary package of apache webserver and you have internet connectivity, you can just type in your FreeBSD shell: pkg_add -r -f apache13 This will get latest pre-compiled binary of www/apache13 port, which, as you can see, is 1.3.22, '_4' part is FreeBSD ports system port revision number. If you want to build apache from source you need to update your ports via cvsup (there is an article about that in Handbook (http://www.freebsd.org/handbook/)) and then type in your shell: cd /usr/ports/www/apache13 make make install make clean This will get all needed sourcefiles, compile and install apache for you. P.S. This is question for -questions mailing list, so I'm Cc:'ing it there. -- NEVE-RIPE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message