Register

Closed Thread

Junior Member

Join Date: Apr 2007
Posts: 23
 
05-23-2007, 04:02 AM
Default Apache Modules

This is more a comment than a question. Apache comes stock on your Webmin VPSs loading like every module and their mother. On some of the lower end packages (ones with less than 512MB RAM), just loading a second instance of the server to handle a simultaenous request results in the VPS hitting it's upper memory limit.

Why not pare down the list of pre-loaded modules to the bare minimum and let the user select which modules to load?

I guess it's just as easy for the VPS admin to go de-select the modules (as I have done), but it's just a comment.
portalgod is offline
Junior Member

Join Date: Feb 2007
Posts: 4
 
07-25-2007, 09:12 PM
Default

Which modules you unloaded?
35k1m is offline
Junior Member

Join Date: Oct 2009
Posts: 4
 
11-17-2009, 05:20 AM
Default

Hi,

Recompile apache on all server with following options. This will
decrease load and increase performance.

-------
apache 2 or 2.2
modules : cache, deflate, disk cache, file cache, memcache, headers,
expire
-------

Add following settings to httpd.conf

------------------
Timeout 150
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 3
MinSpareServers 5
MaxSpareServers 15
StartServers 5
MaxClients 250
MaxRequestsPerChild 600

<IfModule mod_mem_cache.c>
CacheEnable mem /
MCacheSize 4096
MCacheMaxObjectCount 100
MCacheMinObjectSize 1
MCacheMaxObjectSize 2048
</IfModule>

Shiju S Thomas
Admin-Ahead
shijusthomas is offline
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -8. The time now is 08:33 PM. Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0 VBulletin Skin by ForumMonkeys.