Web hosting | MyLiteratureTechLife.COM

You are here:
Home » Archive for the " Web hosting " Category

Archive for "Web hosting"

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

Posted by 0 Responses

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 to latest version PhpMyAdmin with Nginx... [ Continue reading... ]

Installing Apache with Nginx autoinstaller to use Nginx as reverse proxy

Posted by 0 Responses

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:- How to install Nginx,MySQL,PHP using... [ Continue reading... ]

How to install pureFTP with Nginx Autoinstaller – LNMP Server

Posted by 0 Responses

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 root@venus:~/lnmp0.8-full# ./pureftpd.sh ========================================================================= Pureftpd for LNMP... [ Continue reading... ]

PhpMyAdmin with Nginx Autoinstall – LNMP

Posted by 0 Responses

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... [ Continue reading... ]

Upgrading PHP to latest in Nginx Autoinstaller – LNMP

Posted by 0 Responses

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 going to use php5.3.x latest version which is... [ Continue reading... ]

Upgrading Nginx to latest version in LNMP – Nginx Autoinstaller

Posted by 1 Response

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 is... [ Continue reading... ]

Securing server from SYN flooding DOS attack

Posted by 0 Responses

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 connection, a packet which send a message to... [ Continue reading... ]

How to change base URL in Magento

Posted by 0 Responses

How to change base URL in Magento Magento is a campus management system. Some time when you move your website to new location or to new directory, it require to change Base URL in the database of Magento. You can use phpmyadmin to change this database or you can directly change it from command line Using PhpMyadmin Open database, Find the table named "core_config_data " Search for web/unsecure/base_url and web/secure/base_url and replace them with new values. ... [ Continue reading... ]

Troubleshooting vsftp problem – common problems related to vsftp

Posted by 2 Responses

Troubleshooting vsftp problem – common problems related to vsftp ERROR: - ftp: connect: Connection refused SOLUTION: Most likely, the vsftpd daemon isn't running. Check /etc/vsftpd/vsftpd.conf, and if it contains "listen=YES" (without a "#" preceding it) it's configured to run in standalone mode. Start vsftpd thusly. # service vsftpd start # chkconfig vsftpd on ERROR: - 421 Service not available - 421 Service not available, remote server has closed connection SOLUTION: Check... [ Continue reading... ]