Received: from PACIFIC-CARRIER-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA11524; Mon, 29 Jan 96 04:29:20 EST
Received: from halloran-eldar.lcs.mit.edu by MIT.EDU with SMTP
	id AA09942; Mon, 29 Jan 96 04:29:15 EST
Received: from freefall.FreeBSD.ORG by halloran-eldar.lcs.mit.edu; (5.65/1.1.8.2/19Aug95-0530PM)
	id AA02899; Mon, 29 Jan 1996 04:29:00 -0500
Received: from localhost (daemon@localhost)
          by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id XAA11255
          Sun, 28 Jan 1996 23:37:10 -0800 (PST)
Received: (from root@localhost)
          by freefall.freebsd.org (8.7.3/8.7.3) id XAA11208
          for questions-outgoing; Sun, 28 Jan 1996 23:36:06 -0800 (PST)
Received: from beeblebrox.pccc.jyu.fi (beeblebrox.pccc.jyu.fi [130.234.41.34])
          by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id XAA11201
          for <freebsd-questions@FreeBSD.ORG>; Sun, 28 Jan 1996 23:36:03 -0800 (PST)
Received: (from kallio@localhost) by beeblebrox.pccc.jyu.fi (8.6.12/8.6.12) id JAA05209; Mon, 29 Jan 1996 09:35:28 +0200
Date: Mon, 29 Jan 1996 09:35:28 +0200 (EET)
From: Seppo Kallio <kallio@beeblebrox.pccc.jyu.fi>
To: eistal@cyf-kr.edu.pl
Cc: freebsd-questions@FreeBSD.ORG
Subject: Re: How to install WWW
In-Reply-To: <199601262243.XAA14015@kinga.cyf-kr.edu.pl>
Message-Id: <Pine.BSF.3.91.960129092840.5126E-100000@beeblebrox.pccc.jyu.fi>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-questions@FreeBSD.ORG
Precedence: bulk


Look at the apache, it is working like NCSA httpd version 1.3. Many 
people say apache is good.

Apache is easy to install in FreeBSD everyting is there ready, you just type

pkg_add ftp://ftp.freebsd.org/pub/.../packages-2.1/All/apache-0.8.14.tgz

(Check the path)

And edit in /etc/sysconfig the one line:

# Set to YES if you have the Apache WEB server (see /usr/ports/net/apache)
# installed and want to run it at system startup time (this is better than
# running it from inetd if you're running a dedicated WWW server).
apache_httpd=NO

And maybe you have to config someting minor in /usr/ports/net/apache
I have done it ones, but could not use apache after NCSA httpd 1.4, there 
is some differences and users would not have liked to modify the *.html:s 
they have.

Seppo


On Fri, 26 Jan 1996 eistal@cyf-kr.edu.pl wrote:
> Hi,
> 
> I'm beginner with UNIX. I've installed FreeBSD Release 2.1.0 on my P6.
> I'd like to use my machine as the web server. I've read the handbook 
> but I don't know how to do it?
> 
> I was wondering if anyone could tell me how to install FreeBSD 
> compatible web server. Which one is good on my machine?
> 
> 
> Thanks in advance.
> 
> jasiu
> 
