Results 1 to 1 of 1
Threaded View
-
7th Feb 2011, 03:00 PM #1OPMember
Apache Tweaks
Hi guys, I decided to go the hard way and install and install rapidleech from scratch instead of those custom (apache+lightspeed) Cent OS that my host provided.
Installed ubuntu 64Bits, but its consuming like ~3x more ram than the Cent OS config. Its apache fault and its using burst ram atm. (atleast I saved 1GB of space)
Can some1 help on the configs?
Code:# # Timeout: The number of seconds before receives and sends time out. # Timeout 300 # # KeepAlive: Whether or not to allow persistent connections (more than # one request per connection). Set to "Off" to deactivate. # KeepAlive On # # MaxKeepAliveRequests: The maximum number of requests to allow # during a persistent connection. Set to 0 to allow an unlimited amount. # We recommend you leave this number high, for maximum performance. # MaxKeepAliveRequests 100 # # KeepAliveTimeout: Number of seconds to wait for the next request from the # same client on the same connection. # KeepAliveTimeout 15 ## ## Server-Pool Size Regulation (MPM specific) ## # prefork MPM # StartServers: number of server processes to start # MinSpareServers: minimum number of server processes which are kept spare # MaxSpareServers: maximum number of server processes which are kept spare # MaxClients: maximum number of server processes allowed to start # MaxRequestsPerChild: maximum number of requests a server process serves <IfModule mpm_prefork_module> StartServers 1 MinSpareServers 1 MaxSpareServers 5 MaxClients 10 MaxRequestsPerChild 0 </IfModule> # worker MPM # StartServers: initial number of server processes to start # MaxClients: maximum number of simultaneous client connections # MinSpareThreads: minimum number of worker threads which are kept spare # MaxSpareThreads: maximum number of worker threads which are kept spare # ThreadLimit: ThreadsPerChild can be changed to this maximum value during a # graceful restart. ThreadLimit can only be changed by stopping # and starting Apache. # ThreadsPerChild: constant number of worker threads in each server process # MaxRequestsPerChild: maximum number of requests a server process serves <IfModule mpm_worker_module> StartServers 1 MinSpareThreads 1 MaxSpareThreads 4 ThreadLimit 64 ThreadsPerChild 25 MaxClients 10 MaxRequestsPerChild 0 </IfModule> # event MPM # StartServers: initial number of server processes to start # MaxClients: maximum number of simultaneous client connections # MinSpareThreads: minimum number of worker threads which are kept spare # MaxSpareThreads: maximum number of worker threads which are kept spare # ThreadsPerChild: constant number of worker threads in each server process # MaxRequestsPerChild: maximum number of requests a server process serves <IfModule mpm_event_module> StartServers 1 MaxClients 10 MinSpareThreads 1 MaxSpareThreads 4 ThreadLimit 64 ThreadsPerChild 25 MaxRequestsPerChild 0 </IfModule>
somex Reviewed by somex on . Apache Tweaks Hi guys, I decided to go the hard way and install and install rapidleech from scratch instead of those custom (apache+lightspeed) Cent OS that my host provided. Installed ubuntu 64Bits, but its consuming like ~3x more ram than the Cent OS config. Its apache fault and its using burst ram atm. (atleast I saved 1GB of space :)) ) Can some1 help on the configs? # # Timeout: The number of seconds before receives and sends time out. # Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Windows TCP/IP Tweaks
By NewEraCracker in forum Tutorials and GuidesReplies: 2Last Post: 15th Jul 2012, 02:30 PM -
iPhone apps and tweaks
By lig}{tning in forum General DiscussionReplies: 6Last Post: 8th Feb 2012, 04:33 PM -
[Buying] Need a vbulletin expert for various site tweaks
By plaib0i in forum Completed TransactionsReplies: 5Last Post: 7th Nov 2011, 02:45 AM -
Some important Tweaks for WordPress 3.1
By WarezMania in forum WordpressReplies: 4Last Post: 24th Sep 2011, 04:11 AM -
Firefox Speed Tweaks
By omfg in forum Tutorials and GuidesReplies: 0Last Post: 17th Aug 2009, 12:21 PM
themaLeecher - leech and manage...
Version 5.04 released. Open older version (or...