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...]
Banchmarking: Apache+Nginx (LNMP) VS ApacheBooster, Apache+Nginx+Varnish
Installing Apache with Nginx autoinstaller to use Nginx as reverse proxy
Although Nginx is a light webserver as compare to Apache, however some time we need apache to use as webserver because Nginx lack some features them apache, a big example is Mod_rewrite. Therefore we use apache, however to speed using websites we use Nginx as Reverse proxy. Nginx Autoinstaller-LNMP provides this option as well, that we can install apache and use Nginx as reverse proxy. Must … [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-650bf4a8268ad226731239/] [crayon-650bf4a8268b1114886760/] 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...]
Securing Kloxo lxadmin with iptables firewall
Iptables is a default firewall available in all linux flavors, and widely used to secure servers. If you are running kloxo, and want to use iptables to secure your box, then here are the basic rules which you can add in your iptables. [crayon-650bf4a827277255855449/] You can simply download this from here, and then run [crayon-650bf4a82727a088641839/] If you have read my article on protection … [Read more...]
Securing server from SYN flooding DOS attack
As the internet is becoming larger day by day, therefore security risks for your servers are also increasing. If your server is connected to internet and is hosting some good high traffic and popular websites, then there are high chances that you get SYN flooding. SYN flooding is a kind of DOS attack, a.k.a "Deniel of service" attack. SYN SYN packet are specific packes used to establish tcp … [Read more...]
How to find process root in Linux
If you find a process creating load on your linux machine, and you want to find the application, file or script which is running this process and ps aux command is your friend. Suppose, a php process is running and creating load, you can run [crayon-650bf4a8281e7600297714/] It will show the the path to file which is running this process. [crayon-650bf4a8281eb966928606/] … [Read more...]