We will leave the optional web interface out as we do not need it… RPMforge Repository has to be present because monit is not a standard CentOS package. First, we install monit via yum: Then, we set the monit service to autostart on boot: Next, we create a config file to monitor httpd: with the… READ MORE
Nginx (pronounced “engine x”) is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on a CentOS server with PHP5 support (through FastCGI) and MySQL support. 1 Preliminary Note In this tutorial I use the… READ MORE
Blogger offers two free publishing options for your blog: hosting on Blogspot (example.blogspot.com) and hosting on your own custom domain (www.example.com or foo.example.com). You can change your publishing option at anytime, and your content will always remain unaltered regardless of which of these options you choose. Now, we’ll walk you through the process of setting… READ MORE
1. In order to get the cPanel server ready for nginx – you must first install an apache module called mod_rpaf Login as root: 2. Doing so will install the module into the Apache module directory. Then Go to your Web Host Manager (WHM) follow the tree here: Main >> Service Configuration >> Apache Configuration… READ MORE