In this tutorial I am going to show you how to set up a CentOS VPS and migrate your site from shared hosting, even if you have no experience with servers. Read More
CWP WebServers Config
How Much RAM & CPU Needed For A WordPress VPS?
When you decide to switch from shared hosting to a VPS, the first question you will have is how much RAM and CPU is sufficient while keeping expenses low. Read More
Apache and NGINX Together
Apache behind Nginx
Using Nginx as the primary frontend webserver can increase performance regardless if you choose to keep Apache running on the system. One of Nginx’s greatest advantage is how well it serves static content. It does so much more efficiently than Apache, and with very little cost to memory or processing. So placing Nginx in front will remove that burdern off Apache, leaving it to concentrate on dynamic request or special scenarios. Read More