From owner-freebsd-questions Sat May 30 16:36:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA24675 for freebsd-questions-outgoing; Sat, 30 May 1998 16:36:30 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from fly.HiWAAY.net (root@fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA24662 for ; Sat, 30 May 1998 16:36:02 -0700 (PDT) (envelope-from dkelly@nospam.hiwaay.net) Received: from nospam.hiwaay.net (tnt1-100.HiWAAY.net [208.147.147.100]) by fly.HiWAAY.net (8.8.8/8.8.6) with ESMTP id SAA02583; Sat, 30 May 1998 18:35:59 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by nospam.hiwaay.net (8.8.8/8.8.4) with ESMTP id SAA29936; Sat, 30 May 1998 18:35:58 -0500 (CDT) Message-Id: <199805302335.SAA29936@nospam.hiwaay.net> X-Mailer: exmh version 2.0.2 2/24/98 To: "Rolando Paez" cc: freebsd-questions@FreeBSD.ORG From: David Kelly Subject: Re: WWW with Apache In-reply-to: Message from "Rolando Paez" of "Fri, 29 May 1998 21:06:23 CDT." <000101bd8b6f$8c512200$19eaa7cc@rolando.fastel.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 30 May 1998 18:35:57 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Rolando Paez" writes: > I've just installed the Apache web server on a Pentium 100, 64MB, > T1 connection machine running FreeBSD 2.2.6. All seems fine, > but the response time from the web server is a little slow, I've > noticed that other websites on the Internet with similar systems > have much faster response time that mine. Can you tell me how can I > achieve a faster website? or Where can I find some information related > to this problem? Might want to bump this number in your kernel config: maxusers 10 As I understand it doesn't limit the number of users, just hints to the kernel how big some tables need to be. Others have suggested your DNS may be slow. Would probably help if you enabled DNS caching locally. Also search the Apache docs, you can speed Apache up by letting it log accesses by IP address and not by name, not sure what is the default in the FreeBSD port. You are using SCSI HD's? You should. -- David Kelly N4HHE, dkelly@nospam.hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message