From owner-freebsd-questions@FreeBSD.ORG Sat Oct 28 17:49:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 AD9D416A403 for ; Sat, 28 Oct 2006 17:49:08 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from zeus.dfwlp.com (zeus.dfwlp.com [208.11.134.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5782943D4C for ; Sat, 28 Oct 2006 17:49:08 +0000 (GMT) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83]) (authenticated bits=0) by zeus.dfwlp.com (8.13.6/8.13.6) with ESMTP id k9SHn6Q5064072 for ; Sat, 28 Oct 2006 12:49:06 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Sat, 28 Oct 2006 12:49:05 -0500 User-Agent: KMail/1.9.4 References: <000001c6fa9d$b9493530$0e32a8c0@dekolonel> In-Reply-To: <000001c6fa9d$b9493530$0e32a8c0@dekolonel> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610281249.05714.freebsd@dfwlp.com> X-Spam-Status: No, score=-1.4 required=3.6 tests=ALL_TRUSTED autolearn=ham version=3.1.6 X-Spam-Checker-Version: SpamAssassin 3.1.6 (2006-10-03) on zeus.dfwlp.com Subject: Re: apache.tar.gz 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: Sat, 28 Oct 2006 17:49:08 -0000 On Saturday 28 October 2006 09:31, justinsc wrote: > Hello, > > I need to install apache on a hp-unix machine. > I`m looking for a ftp site where i can fetch the tar.gz file in order to > compile the server. > I thought maybe my freebsd friends can give me a hint of where to look > for > the apache.tar.gz file. > > Thanks in advance, > Justin. from http://httpd.apache.org: http://mirrors.isc.org/pub/apache/httpd/httpd-2.2.3.tar.gz or http://mirrors.isc.org/pub/apache/httpd/httpd-2.0.59.tar.gz or http://mirrors.isc.org/pub/apache/httpd/apache_1.3.37.tar.gz cheers, jonathan