From owner-freebsd-questions Wed Oct 30 10: 7:16 2002 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 69C5C37B401 for ; Wed, 30 Oct 2002 10:07:14 -0800 (PST) Received: from janeway.vonbek.dhs.org (bgm-24-94-58-56.stny.rr.com [24.94.58.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id E799A43E88 for ; Wed, 30 Oct 2002 10:07:13 -0800 (PST) (envelope-from syborg@stny.rr.com) Received: by janeway.vonbek.dhs.org (Postfix, from userid 507) id E5CC74FCA0; Wed, 30 Oct 2002 13:01:28 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by janeway.vonbek.dhs.org (Postfix) with ESMTP id DD9784A0F; Wed, 30 Oct 2002 13:01:28 -0500 (EST) Date: Wed, 30 Oct 2002 13:01:28 -0500 (EST) From: John Bleichert X-X-Sender: syborg@janeway.vonbek.dhs.org Reply-To: John Bleichert To: Rotaru Razvan Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Re: looking for a lightweight web server In-Reply-To: <20021030175805.99661.qmail@web11202.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > --- John Bleichert wrote: > > On Wed, 30 Oct 2002, Rotaru Razvan wrote: > > > > > Date: Wed, 30 Oct 2002 09:38:06 -0800 (PST) > > > From: Rotaru Razvan > > > To: freebsd-questions@FreeBSD.ORG > > > Subject: looking for a lightweight web server > > > > > > Hello, > > > > > > I am looking for a lightweight web server with php support to set > > up on > > > my FreeBSD system. > > > It is very likely that the only use for that web server will be > > > phpMyAdmin so it should be multithreading and all that stuff. I > > want > > > something small and very fast (i have a k6-2 500MHz system). If > > > somebody knows can recommend me one i'll be thankfull. All this > > > searching gives me a headache... :) > > > > > > Regards, > > > Razvan > > > > > > > What's wrong with apache? > > > > On Wed, 30 Oct 2002, Rotaru Razvan wrote: > Date: Wed, 30 Oct 2002 09:58:05 -0800 (PST) > From: Rotaru Razvan > To: John Bleichert > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: Re: looking for a lightweight web server > > Well apache isn't quite lightweight. I was hoping to find something > small, that eats as few recources as possible. I don't need cgi > support, perl and other stuff like that. Only html+php. > It's not like i don't like apache. I just think it's not suited for my > kind of application. > If you still think i should use apache please tell me, because right > now i don't know what to think. > Apache is fairly thin by itself. When you add PHP support Apache's resource usage is amplified by probably 10x. If you want to keep your resource usage down, don't use PHP. Especiallynot soley for an administrative app. Heck, I think even Perl is thinner than PHP, in fact that's why I moved to it. Apache is your server. # John Bleichert # http://vonbek.dhs.org/latest.jpg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message