Archive for "Dabian"
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... ]
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... ]
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 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... ]
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... ]
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... ]
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... ]
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... ]
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... ]