Run WordPress+W3TotalCache with LEMP (Nginx, PHP-FPM+APC and MySQL) stack on CentOS 6 VPS for maximum performance

How to Install WordPress+W3TotalCache with LEMP (Nginx, PHP-FPM and MySQL) stack on CentOS 6 VPSNginx is a free, open-source, high-performance HTTP web-server which unlike some other web-servers, it does not rely on threaded handling of the requests but instead it uses a much more scalable event driven (asynchronous) architecture.

This uses a very small and predictable amount of memory under heavy load. Nginx in combination with the simple and very robust FastCGI Process Manager for PHP (PHP-FPM) and the world most popular database server MySQL can give you a lot of power and performance while still using a small memory footprint.

The following article is all about how to install and configure LEMP Stack on a CentOS 6 VPS and host blazing fast WordPress powered web applications.

Read More

How to install Gitlab, Ruby and Nginx on a Debian 7 (Wheezy) VPS

how-to-install-gitlab-ruby-and-nginx-on-debian-7-wheezy-vpsGitLab is a fast, secure and stable solution to manage your projects. It is a self hosted Git management software based on Ruby on Rails and has a free and open-source license.

GitLab is one of the most installed git management applications in the world. With GitLab you can create projects and repositories, manage access and do code review.

In the following article we are going to show you how you can deploy GitLab on one of our Debian VPS hosting plans.

Read More