Date: Tue, 1 Feb 2005 10:05:40 +0100 From: Gert Cuykens <gert.cuykens@gmail.com> To: freebsd-apache@freebsd.org Subject: do i need all of them ? Message-ID: <ef60af090502010105a10c773@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Cant i remove this except for the perfork and prechild on freebsd 5.3 amd64 ? <IfModule prefork.c> StartServers 5 MinSpareServers 5 MaxSpareServers 10 MaxClients 150 MaxRequestsPerChild 0 </IfModule> <IfModule worker.c> StartServers 2 MaxClients 150 MinSpareThreads 25 MaxSpareThreads 75 ThreadsPerChild 25 MaxRequestsPerChild 0 </IfModule> <IfModule perchild.c> NumServers 5 StartThreads 5 MinSpareThreads 5 MaxSpareThreads 10 MaxThreadsPerChild 20 MaxRequestsPerChild 0 </IfModule> <IfModule mpm_netware.c> ThreadStackSize 65536 StartThreads 250 MinSpareThreads 25 MaxSpareThreads 250 MaxThreads 1000 MaxRequestsPerChild 0 MaxMemFree 100 </IfModule>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ef60af090502010105a10c773>