[lug] Apache Configuration Help

Jani Averbach jaa at jaa.iki.fi
Wed Feb 16 20:38:30 MST 2005


On 2005-02-16 08:24-0700, Matt Thompson wrote:
> 
> My question is, what in httpd.conf should I change?  I have to server
> bits, and I'm not sure what to touch:

you could see what mode of apache httpd you are using by:

$ httpd -l
Compiled in modules:
...
  prefork.c
...


> 
> <IfModule prefork.c>
> StartServers       8
> MinSpareServers    5
> MaxSpareServers   20
> ServerLimit      256
> MaxClients       256
> MaxRequestsPerChild  4000
> </IfModule>

You could use e.g. startservers 1-2, and for spares 1-2 for small use.

I hope you have good time with Subversion, if you have any problems,
please ask here or at users at subversion.

BR, Jani

-- 
Jani Averbach



More information about the LUG mailing list