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