From owner-freebsd-questions Sun Jan 28 20:53:01 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA29495 for questions-outgoing; Sun, 28 Jan 1996 20:53:01 -0800 (PST) Received: from gdi.uoregon.edu (riley-net170-164.uoregon.edu [128.223.170.164]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id UAA29483 for ; Sun, 28 Jan 1996 20:52:57 -0800 (PST) Received: (from dwhite@localhost) by gdi.uoregon.edu (8.6.12/8.6.12) id UAA04433; Sun, 28 Jan 1996 20:50:46 -0800 Date: Sun, 28 Jan 1996 20:50:45 -0800 (PST) From: Doug White Reply-To: dwhite@resnet.uoregon.edu To: Anthony Hill cc: Luis Verissimo , questions@FreeBSD.org Subject: Re: Need recomendation on http server In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.org Precedence: bulk On Sat, 27 Jan 1996, Anthony Hill wrote: > I have used apache, and NCSA 4.0/4.1, both were easy to install and > setup, apache is in the ports collection, and NCSA installs with no > modifications. I used NCSA as a deamon and from inetd, but have only used > apache as a deamon - the docs recommend against using apache from inetd. > (Anyone know why ?) Apache can manage multiple connections better than inetd can -- Apache spawns off 4 or so instances; inetd spawns 1 for every connection, which can get costly in terms of time and memory. Doug White | University of Oregon Internet: dwhite@gladstone.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major