Banchmarking: Apache+Nginx (LNMP) VS ApacheBooster, Apache+Nginx+Varnish

Ok, here I'm going to show benchmark result of 2 servers, once installed with Nginx reverse proxy on Apache, and other with ApacheBooster plugin in cpanel. Installing Nginx proxy on Apache Installing ApacheBooster, Apache, Nginx and Varnish cache More readings:- How to install Nginx,MySQL,PHP using LNMP-Nginx Autoinstaller How to upgrade Nginx to latest version How to upgrade php … [Read more...]

How to install pureFTP with Nginx Autoinstaller – LNMP Server

Nginx Autoinstaller provide script to install pureFTP with MySQL support and a GUI, where you can create ftp accounts easily. How to install Nginx,MySQL,PHP using LNMP-Nginx Autoinstaller How to upgrade Nginx to latest version How to upgrade php to latest version PhpMyAdmin with Nginx Autoinstaller [crayon-650c16841bbf3365120996/] [crayon-650c16841bbf5559767213/] FTP GUI is in … [Read more...]

PhpMyAdmin with Nginx Autoinstall – LNMP

Nginx Autoinstaller install PhpMyAdmin with it, which can be accessible using http://Ip_address/phpmyadmin How to install Nginx,MySQL,PHP using LNMP-Nginx Autoinstaller How to upgrade Nginx to latest version How to upgrade php to latest version     … [Read more...]

Upgrading PHP to latest in Nginx Autoinstaller – LNMP

Nginx Autoinstaller is a ready made script to install a server with Nginx webserver, MySQL and PHP. How to install Nginx,MySQL,PHP using LNMP-Nginx Autoinstaller How to upgrade Nginx to latest version LNMP Nginx autoinstall also provide script to upgrade php to latest version in the same way it provide for Nginx. Procedure: Check latest version number of php from php.net We are … [Read more...]

Upgrading Nginx to latest version in LNMP – Nginx Autoinstaller

Nginx Autoinstaller is a ready made script to install a server with Nginx webserver, MySQL and PHP. How to install Nginx,MySQL,PHP using LNMP-Nginx Autoinstaller Default LNMP comes with Nginx 1.0.0, however LNMP-Nginx Autoinstaller provide a script to upgrade Nginx to latest available version. Procedure: Check latest version number from nginx download page. Currently latest version … [Read more...]

Error: Missing Dependency: perl(Convert::ASN1) is needed by package samba

While updating a server, I got perl dependency error with Samba [crayon-650c16841bf3e519217477/] Recommended reading Missing Dependency: librrd.so.2 after munin installation Solution: ERROR: Unable to install the “psa-backup-manager-9.5.2-cos5.build95100504.12.i586″ package. perl error in CSF installation Removed Samba because it was not requird [crayon-650c16841bf40524552304/] but … [Read more...]

Installing and configuring Monit

Monit is another tool for monitoring, it just do not give you a graphical interface, but it also setup alerts for you when your server use more cpu or ram, or if some service like apache stop, it automatically try to restart it. Official website: http://mmonit.com/monit/ Documentation: http://mmonit.com/monit/documentation/ Official wiki: http://mmonit.com/wiki/ Yum is ofcourse will be … [Read more...]

Configuring Munin in CentOS

In previous post, I explained how to install Munin on CentOS and here I will explain how to configure and view it. Open /etc/munin/munin.conf It will be like [crayon-650c16841c0cd570457985/] You can replace htmldir with link of your html directory. [crayon-650c16841c0cf045252140/] wait few min to let munin create its output and then access [crayon-650c16841c0d0265494420/] and you will … [Read more...]

How to install Munin in CentOS Kloxo Lxadmin

Installation of Munin is briefly explained in its documentation for almost all Linux distributions. In this post, I will just explain how to install it in CentOS. We will use yum to install Munin, however for this we will have to add repo [crayon-650c16841c176973398952/] Just create the following file with the contents show : /etc/yum.repos.d/dag.repo [crayon-650c16841c178222137294/] Copy … [Read more...]