Dabian | MyLiteratureTechLife.COM

You are here:
Home » Archive for the " Dabian " Category

Archive for "Dabian"

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... ]

How to create database and username using PhpMyAdmin ?

Posted by 0 Responses

How to create database and username using PhpMyAdmin ? PhpMyAdmin is a GUI for people who are not aware of command line interface to manage MySQL. Here I'm going to explain how to create Database and its Username using PhpMyAdmin. Procedure: Go to PhpMyAdmin Click on Privileges Then click on "Add a new User" Enter Username and Password you want Select "Local" in Host Scroll down, under "Database for user" area, click on "Create database with same... [ 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... ]

Nginx Autoinstaller -LNMP – install Nginx, MySQL and PHP on Linux easily

Posted by 0 Responses

Nginx Autoinstaller -LNMP – install Nginx, MySQL and PHP on Linux easily I have been planning to move my websites from apache web server to nginx since nginx is much faster then apache. I found Nginx Autoinstaller which is a script available to make a nginx based server within few minutes. Nginx Autoinstaller Nginx Autoinstaller includes:- Nginx MySQL PHP PHPMyAdmin Zend Optimizer eAccelerator Apache (optional) ionCube (optional) PureFTPd (optional) imageMagick (optional) memcached... [ Continue reading... ]

W: GPG error apt-get update NO_PUBKEY AED4B06F473041FA

Posted by 0 Responses

W: GPG error apt-get update NO_PUBKEY AED4B06F473041FA Error message: http://security.debian.org lenny/updates Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY AED4B06F473041FA Reason: as it turns out this is because GPG key expired This key rollover is a normal maintenance task and was started in August 2010. For security reasons Debian’s archive signing keys regularly expire after three years. Solution: update the keys by... [ Continue reading... ]