Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jun 1998 13:16:56 -0400 (EDT)
From:      Jim Jagielski <jim@jaguNET.com>
To:        wpub1@net-link.net (Matthew Hagerty)
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Where to do resource configuration?
Message-ID:  <199806041716.NAA28994@devsys.jaguNET.com>
In-Reply-To: <3.0.3.32.19980604120102.0072eaa4@smtp.net-link.net> from "Matthew Hagerty" at Jun 4, 98 12:01:02 pm

next in thread | previous in thread | raw e-mail | index | archive | help
Matthew Hagerty wrote:
> 
> Greetings,
> 
>    I want to do some performance configuration for running a busy web
> server.  I have looked at the Apache BSD performance page and it says to
> add several options to the kernel config and recompile.  But I recall
> someone posting a similar question on the list and responses said to make
> the changes in the login.conf, not the kernel config.  So which is it?
> 

For SOMAXCONN, don't use the 'options SOMAXCONN' method since it
doesn't work. Instead, use 'sysctl' to adjust kern.somaxconn
to the value you want in rc.local. The Apache pages have been
adjusted with this prefered method.

-- 
===========================================================================
   Jim Jagielski   |||   jim@jaguNET.com   |||   http://www.jaguNET.com/
            "That's no ordinary rabbit... that's the most foul,
            cruel and bad-tempered rodent you ever laid eyes on"

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806041716.NAA28994>