Link to home
Start Free TrialLog in
Avatar of Amman-DJ
Amman-DJ

asked on

Best Config's for my Apache server ?

i have a server ( Quad Processor , Quad Core + 16 Gigs of RAM + SCSI HD )
running huge vbulletin forums about 600 - 800 unique visitor at the same moment

im using Apache with MPM Worker Module
i just want to know what is the best Configs for my server

currently these are the Configurations im using

<IfModule worker.c>
    ServerLimit 2000
    StartServers 3
    MaxClients 1500
    ThreadsPerChild 50
    MaxRequestsPerChild 500
</IfModule>

KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 15
UseCanonicalName Off
AccessFileName .htaccess
DefaultType text/plain
HostnameLookups Off
ErrorLog logs/error_log
ServerTokens Full


and sometimes i see the load is very high and some IP's has more than 2000+ Req to the server

any idea ?
Avatar of Julian Parker
Julian Parker
Flag of United Kingdom of Great Britain and Northern Ireland image

Also, did you compile from source or did you just use the binary package?
You may be able to tweak the performance by using the source.
Avatar of Amman-DJ
Amman-DJ

ASKER

i compiled it using control panel WHM /easyapache
ASKER CERTIFIED SOLUTION
Avatar of khaledf
khaledf

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial