From owner-freebsd-questions Wed Oct 30 12:10: 4 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 4913437B401 for ; Wed, 30 Oct 2002 12:10:01 -0800 (PST) Received: from grillolja.cs.umu.se (grillolja.cs.umu.se [130.239.40.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBF9243E8A for ; Wed, 30 Oct 2002 12:09:58 -0800 (PST) (envelope-from tdv94ped@cs.umu.se) Received: from localhost (localhost [127.0.0.1]) by amavisd-new (Postfix) with ESMTP id 595CF9FF8; Wed, 30 Oct 2002 21:09:57 +0100 (MET) Received: from cs.umu.se (h96n1c1o1023.bredband.skanova.com [213.64.164.96]) by grillolja.cs.umu.se (Postfix) with ESMTP id 1C8519FF4; Wed, 30 Oct 2002 21:09:55 +0100 (MET) Message-ID: <3DC03C82.7010700@cs.umu.se> Date: Wed, 30 Oct 2002 21:09:38 +0100 From: Paul Everlund User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: sv,en MIME-Version: 1.0 To: myraq@mgm51.com Cc: freebsd-questions@freebsd.org Subject: Re: looking for a lightweight web server References: <20021030173806.94898.qmail@web11202.mail.yahoo.com> <200210301429360236.04D4EEF9@home.24cl.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new amavisd-new-20020630 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 > On 10/30/02 at 9:38 AM Rotaru Razvan wrote: > > 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... :) I'm running Samba, and Apache with PHP/MySQL, on an old 486 DX-2 (66 MHz) with 40 MB RAM and 2,5 GB HDD. It works as a charm! So I guess Apache isn't that resource demanding even with mod_php. At least one is still able to login to the system. :-) But I would recommend you to set spawned Apache-processes to a mini- mum. I have set it to... MinSpareServers 5 MaxSpareServers 10 ...while you probably could set it to 2 and 2 I guess. Best regards, Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message