| View previous topic :: View next topic |
| Author |
Message |
nik0la
Joined: 30 Dec 2009 Posts: 102
|
Posted: Apr 26, 2010 12:17 am Post subject: apache conf settings |
|
|
Hello
Can anyone suggest me httpd config limits on file servers? Currently i have this
Timeout 200
KeepAlive On
maxKeepAliveRequests 150
KeepAliveTimeout 5
MinSpareServers 5
MaxSpareServers 15
StartServers 20
MaxClients 256
MaxRequestsPerChild 1000
HostnameLookups Off
Im using direct links for all users, my file serv configurations are:
Quad Core Xeon X3210*
2.13 GHz
2GB DDR2* |
|
| Back to top |
|
 |
mrperl
Joined: 06 Mar 2010 Posts: 65
|
Posted: Apr 29, 2010 11:18 am Post subject: Re: apache conf settings |
|
|
Hi nik0la.
- likely Timeout should be longer, like 600 or longer if you allow large
uploads. Collect statistics and calculate what it needs to be.
- disable keepalives, they help graphical browsers, not fileservers
- your other apache settings are likely ok.
- look at tuning your OS sysctl settings.
It's important that you monitor the number of apache connections and
memory consumption with munin, cacti, or whatever so you know
your system. Never allow swapping on a server - better to turn away
user connections.
mrperl |
|
| Back to top |
|
 |
nik0la
Joined: 30 Dec 2009 Posts: 102
|
Posted: May 01, 2010 7:22 am Post subject: |
|
|
thanks mrperl
anyway i install nginx on fileservers with pilgrim help  |
|
| Back to top |
|
 |
FZee
Joined: 03 Mar 2010 Posts: 76
|
Posted: May 02, 2010 1:46 am Post subject: |
|
|
Hi , i wanted to jump on . and ask also the same thing .
My server is
XEON DUAL CORE. 3GHZ
4GB RAM
500GB SATA
And so far i have one single server for my site only .
100MBPS umetered
dl.cgi is not used due to CPU usage.
I use direct links for all users & free users .. with 2hr expire.
So what do do you suggest ?
Thank you |
|
| Back to top |
|
 |
|