Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 1998 12:00:19 -0600 (MDT)
From:      Brett Taylor <brett@peloton.physics.montana.edu>
To:        Frank Griffith <frankg@idfw.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Apache Web Server
Message-ID:  <Pine.BSF.3.96.980518115446.27871G-100000@peloton.physics.montana.edu>
In-Reply-To: <001901bd824a$9d9636a0$0200a8c0@fast1.dfw.com>

next in thread | previous in thread | raw e-mail | index | archive | help
  This message is in MIME format.  The first part should be readable text,
  while the remaining parts are likely unreadable without MIME-aware tools.
  Send mail to mime@docserver.cac.washington.edu for more info.

------=_NextPart_000_0016_01BD8220.B3F6C420
Content-Type: TEXT/PLAIN; CHARSET=iso-8859-1
Content-ID: <Pine.BSF.3.96.980518115446.27871I@peloton.physics.montana.edu>

> I am still a newbie to FreeBSD and need a little extra 
> assistance with loading Apache Web Server. I am downloading the 
> files apache_1.3b6.tar.Z, and apache_1.3b6.tar.gz from 'ftp.apache.org'. 

> So, can someone tell me, in very simple, newbie terms now, how I 
> go about using these files to setup my FreeBSD box as an Apache server?

Although I believe the servers will compile cleanly wo/ much mucking
around, I prefer to use the port/package from FreeBSD, then you're sure
all the files will be installed in the right directories.  You can grab
them from your CD-ROM, via ftp, or if you installed them during
installation, from /usr/ports/www/.  If you want the package you'll need
to grab that from the CD or from ftp.freebsd.org.

There is a set of configuration files you will need to read through, but
the apache documentation is pretty clear and thorough.  It's not that hard
- when I was a younger newbie I figured it out.  :-)

> I was actually looking for files with only the .tar extension. What is
> the .Z on the end of the files mean? What's the difference between
> *.tar, *.tar.Z and *.tar.gz?  Why do I ask so many newbie questions?
> Because I'm still a newbie! Thanks in advance for any help offered. 

Tar is tape archive - the .Z and .gz are compressed versions of the tape
archive - gz is gzip, Z is compress.  You can untar these all in one step:

	tar xvzf file.tar.gz
or
	tar xvZf file.tar.Z


*********************************************************
Brett Taylor 		brett@peloton.physics.montana.edu
http://peloton.physics.montana.edu/brett/

But Master, does not the fire need water too?
Does not the mountain need the storm?  		- Beavis

------=_NextPart_000_0016_01BD8220.B3F6C420--

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?Pine.BSF.3.96.980518115446.27871G-100000>