Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Nov 2001 15:09:39 +0200
From:      Nevermind <never@nevermind.kiev.ua>
To:        "B & M Converter LTD." <bmconv@on.aibn.com>
Cc:        freebsd-questions@FreeBSD.org
Subject:   Re: general question
Message-ID:  <20011102150939.B5949@nevermind.kiev.ua>
In-Reply-To: <3BE2947F.3315784E@on.aibn.com>; from bmconv@on.aibn.com on Fri, Nov 02, 2001 at 07:41:35AM -0500
References:  <3BE2947F.3315784E@on.aibn.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011102150939.B5949>