hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : VPS Hosting : VPS To-do List
Reply

VPS Hosting Virtual private server discussion and vps hosting solutions. Review VPS hosting providers and offer advice on virtual web hosting solutions. If your service is unavailable, please click here.
Forum Jump

VPS To-do List

Reply Post New Thread In VPS Hosting Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 03-25-2005, 08:40 PM
layer0 layer0 is offline
Performance Specialist
 
Join Date: Dec 2004
Location: New York, NY
Posts: 10,338

VPS To-do List


cPanel VPS To-Do List
1. SpamAssassin Optimization - This is highly recommended and it will reduce your ram usage by atleast 20MBs.
Step 1: Login to root WebHostManager
Step 2: Click cPanel 10.0.0-R149 or whichever version you are running
Step 3: Click Addon Modules
Step 4: Install "spamdconf " and keep it updated.
Step 5: Refresh WebHostManager
Step 6: Click Add-ons
Step 7: Click Setup Spamd Startup Configuration
Step 8: Set Maximum Children to "2" and leave everything else blank and then click "Submit". Exim will now restart and the settings will take in effect!

2. Tweak Settings in WebHostManager - Some simple things that can increase the performance of your VPS.
Step 1: Login to root WebHostManager
Step 2: Click Server Setup
Step 3: Click Tweak Settings
Step 4: Set the number of minutes between the mail server queue to run to "180".
Step 5: Set the maximum each domain can send out each our to "500".
Step 6: For the default catch all/default address use ":fail:". Do not be fooled by its name.
Step 7: Set the maximum amount of times people can check their POP3 per hour to "12" which will alow every 5 minutes.

3. Install Pure-Ftpd - HIGHLY Recommended
Step 1: Login to root WebHostManager
Step 2: Click Service Configuration
Step 3: Click FTP Configuration
Step 4: Install and use Pure-Ftpd.

4. Apache Optimization - Must do for optimal performance.
Here are some values that I have tried on my VPS(s) and they have all worked fine.
For a VPS with 256MB ram use this for httpd.conf:
---------------------------------
Timeout 300
KeepAlive On
maxKeepAliveRequests 10000
KeepAliveTimeout 5
MinSpareServers 15
MaxSpareServers 35
StartServers 15
MaxClients 150
MaxRequestsPerChild 0
HostnameLookups Off
---------------------------------
For a VPS with 384MB ram or more use this for httpd.conf:
---------------------------------
Timeout 300
KeepAlive On
maxKeepAliveRequests 10000
KeepAliveTimeout 5
MinSpareServers 20
MaxSpareServers 40
StartServers 20
MaxClients 200
MaxRequestsPerChild 0
HostnameLookups Off
---------------------------------

5. Install the MySQL Query Cache - Useful for Content Management System Based (CMS) Websites
You can find some information about this here: http://www.databasejournal.com/featu...le.php/3110171

6. Install Turck MM Cache - Increases PHP Performance
You can find some information about this here and setup instructions: http://www.webhostgear.com/index.php?art/id:130

I always do this to my VPSs and it has been 100% tested. You can add to my list if you wish.

__________________
MediaLayer, LLC - Lightning fast web hosting since 2005. Ask about our new pure SSD storage platform!
›› First and leading provider of LiteSpeed based hosting combined with enterprise grade hardware.
›› Free Account Migrations, Custom Solutions, and Servers in US, EU, and Asia
›› Our Application Hosting plans outperform the typical VPS. Ask us about special offers on yearly plans!

Reply With Quote


Sponsored Links
  #2  
Old 03-25-2005, 10:57 PM
sawbuck sawbuck is online now
Aspiring Evangelist
 
Join Date: Jan 2004
Posts: 445
One caveat regarding #6 - Turk is not compatible if you have phpsuexec enabled.

Reply With Quote
  #3  
Old 03-25-2005, 10:59 PM
layer0 layer0 is offline
Performance Specialist
 
Join Date: Dec 2004
Location: New York, NY
Posts: 10,338
Quote:
Originally posted by sawbuck
One caveat regarding #6 - Turk is not compatible if you have phpsuexec enabled.
I stand corrected.

__________________
MediaLayer, LLC - Lightning fast web hosting since 2005. Ask about our new pure SSD storage platform!
›› First and leading provider of LiteSpeed based hosting combined with enterprise grade hardware.
›› Free Account Migrations, Custom Solutions, and Servers in US, EU, and Asia
›› Our Application Hosting plans outperform the typical VPS. Ask us about special offers on yearly plans!

Reply With Quote
Sponsored Links
  #4  
Old 03-26-2005, 12:48 AM
blogmaster2003 blogmaster2003 is offline
Junior Guru Wannabe
 
Join Date: Aug 2004
Posts: 62
Well this seems to be a GREAT post, thank you for sharing with us.

__________________
Compare Hotels Price | Golf Combined

Reply With Quote
  #5  
Old 03-26-2005, 01:16 AM
cyss cyss is offline
Newbie
 
Join Date: Oct 2004
Posts: 13
Thumbs up good stuff

thanks!

Reply With Quote
  #6  
Old 03-26-2005, 01:49 AM
BigBlotch BigBlotch is offline
Newbie
 
Join Date: Feb 2005
Posts: 8
Thumbs up

Thank's a bunch for the list - I'll be sure to use it with my VPSs!

Reply With Quote
  #7  
Old 03-26-2005, 02:09 AM
esh esh is offline
Web Hosting Evangelist
 
Join Date: Oct 2002
Location: Roswell, GA
Posts: 508
Re: VPS To-do List

Quote:
Originally posted by ZeonFx.com

6. Install Turck MM Cache - Increases PHP Performance
You can find some information about this here and setup instructions: http://www.webhostgear.com/index.php?art/id:130
[/B]
Deprecated... use eAccelerator now
http://eaccelerator.net

Reply With Quote
  #8  
Old 03-26-2005, 09:01 AM
layer0 layer0 is offline
Performance Specialist
 
Join Date: Dec 2004
Location: New York, NY
Posts: 10,338
Re: Re: VPS To-do List

Quote:
Originally posted by esh
Deprecated... use eAccelerator now
http://eaccelerator.net
My bad. I will try eacclerator on my VPSs. However, I think this will cause problems when Zend is running.

__________________
MediaLayer, LLC - Lightning fast web hosting since 2005. Ask about our new pure SSD storage platform!
›› First and leading provider of LiteSpeed based hosting combined with enterprise grade hardware.
›› Free Account Migrations, Custom Solutions, and Servers in US, EU, and Asia
›› Our Application Hosting plans outperform the typical VPS. Ask us about special offers on yearly plans!

Reply With Quote
  #9  
Old 03-26-2005, 10:12 AM
esh esh is offline
Web Hosting Evangelist
 
Join Date: Oct 2002
Location: Roswell, GA
Posts: 508
Re: Re: Re: VPS To-do List

Quote:
Originally posted by ZeonFx.com
My bad. I will try eacclerator on my VPSs. However, I think this will cause problems when Zend is running.
I'm running it with Zend now

Reply With Quote
  #10  
Old 03-26-2005, 10:38 AM
frankiee frankiee is offline
Web Hosting Master
 
Join Date: Dec 2003
Location: Montreal, Canada
Posts: 697
Thanks Zeon.

Reply With Quote
  #11  
Old 03-26-2005, 10:40 AM
layer0 layer0 is offline
Performance Specialist
 
Join Date: Dec 2004
Location: New York, NY
Posts: 10,338
Quote:
Originally posted by fortress
Thanks Zeon.
No problem.
Quote:
Originally posted by esh
I'm running it with Zend now
Is it possible to run mmcache, eaccelerator, and Zend ?

__________________
MediaLayer, LLC - Lightning fast web hosting since 2005. Ask about our new pure SSD storage platform!
›› First and leading provider of LiteSpeed based hosting combined with enterprise grade hardware.
›› Free Account Migrations, Custom Solutions, and Servers in US, EU, and Asia
›› Our Application Hosting plans outperform the typical VPS. Ask us about special offers on yearly plans!

Reply With Quote
  #12  
Old 03-26-2005, 12:11 PM
esh esh is offline
Web Hosting Evangelist
 
Join Date: Oct 2002
Location: Roswell, GA
Posts: 508
Quote:
Originally posted by ZeonFx.com

Is it possible to run mmcache, eaccelerator, and Zend ?
Considering mmcache development has stopped and eaccelerator is an offshoot of it to continue development... i'd say no, since it is the same thing but actively developed.

Reply With Quote
  #13  
Old 03-26-2005, 02:41 PM
davebytes davebytes is offline
Newbie
 
Join Date: Feb 2005
Posts: 28
Zeon -

Some great stuff there. I'd like to see a maintainable sticky post or I might even host it myself, so we can continue to build resources for VPS users who aren't linux gurus to start with.

Another suggestion:
Either configure thttpd on a second port to service all your images and static pages, or drop apache for something like lighttpd which uses WAY less resources. No direct experience, but have heard of mega sites using thttpd for static data drastically reducing total load, and lighttpd looks like a growing apache replacement for sites that need PHP+speed but maybe not every other feature under the sun (though looks very featureful...).

-d

__________________
David Chait, Editor
CHAITGEAR - Consumer electronics news and reviews

Reply With Quote
  #14  
Old 03-26-2005, 02:46 PM
layer0 layer0 is offline
Performance Specialist
 
Join Date: Dec 2004
Location: New York, NY
Posts: 10,338
Quote:
Originally posted by davebytes
Zeon -

Some great stuff there. I'd like to see a maintainable sticky post or I might even host it myself, so we can continue to build resources for VPS users who aren't linux gurus to start with.

Another suggestion:
Either configure thttpd on a second port to service all your images and static pages, or drop apache for something like lighttpd which uses WAY less resources. No direct experience, but have heard of mega sites using thttpd for static data drastically reducing total load, and lighttpd looks like a growing apache replacement for sites that need PHP+speed but maybe not every other feature under the sun (though looks very featureful...).

-d
Thank you for the nice comments, David.

You can always contact me about this. Perhaps we can design a site for VPS users with tips and tricks

__________________
MediaLayer, LLC - Lightning fast web hosting since 2005. Ask about our new pure SSD storage platform!
›› First and leading provider of LiteSpeed based hosting combined with enterprise grade hardware.
›› Free Account Migrations, Custom Solutions, and Servers in US, EU, and Asia
›› Our Application Hosting plans outperform the typical VPS. Ask us about special offers on yearly plans!

Reply With Quote
  #15  
Old 03-26-2005, 03:14 PM
blogmaster2003 blogmaster2003 is offline
Junior Guru Wannabe
 
Join Date: Aug 2004
Posts: 62
Quote:
Originally posted by ZeonFx.com
Perhaps we can design a site for VPS users with tips and tricks
THAT it will be a success. I will be the first visitor

__________________
Compare Hotels Price | Golf Combined

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
Pingdom Talks Top Web Hosting Cities and Countries Web Hosting News 2013-03-27 18:49:54
Web Hosts, IT Services Firms Make Inc 5000 Fastest Growing Companies Web Hosting News 2012-09-19 16:45:40
Why you should get on the blogging bandwagon Blog 2011-11-03 16:26:00
Web Hosts Climb Inc. 5000 List of Fastest-Growing US Companies for 2011 Web Hosting News 2011-08-23 20:52:20
Web Hosts iWeb and Tenzing Make PROFIT's 100 Fastest Growing Companies List Web Hosting News 2011-06-10 15:13:57


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

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 Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?