XFileSharing Pro - apache settings

Message
Author
filebox
Posts: 4
Joined: Sep 02, 2009 2:33 am

apache settings

#1 Postby filebox » Oct 02, 2009 11:24 am

Support----

Can you please tell me what the recommended apache settings are for a dual core server with 4GB of RAM?

Thanks!

Filebox

filebox
Posts: 4
Joined: Sep 02, 2009 2:33 am

#2 Postby filebox » Oct 02, 2009 11:52 am

Also, forgot to mention, this is simply a download server, not the front end server. Thanks! Filebox

cuty
Posts: 103
Joined: Apr 14, 2009 11:20 pm

#3 Postby cuty » Oct 02, 2009 1:43 pm

compile apache with prefork mpm, you can then increase the download server limit.But the more you increase the more resources is used.I think apache uses 2mb of RAM to server each user.

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#4 Postby PilgrimX182 » Oct 05, 2009 10:06 am

I'm not an apache guru but can recommend these ones:

Code: Select all

KeepAlive Off
MaxClients       300