For security issues we need to change the vsftpd server tcp port # 21 to alternate port. We need edit the configuration file for vsftpd server for the same. The default configuration file is /etc/vsftp/vsftpd.conf # vi /etc/vsftp/vsftpd.conf Change the line connect_from_port_20=YES To connect_from_port_20=NO Ater that append the...
Continue reading
March 3, 2014 Admin
FTP
No Comment
suPHP is a tool for executing PHP scripts with the permissions of their owners. There are some significant improvments in suPHP If you have already successfully installed Apache, PHP and Mysql, on the server then follow the below steps. Install and Configure mod_suphp. 1. Add the RepoForge repo...
Continue reading
March 3, 2014 Admin
Apache
No Comment
MySQL replication is a process that allows you to simply maintain multiple copies of a MySQL databases by having them copied without human intervention from a master to a slave database. It is very useful in conditions of Data Security, Fail-over Solution etc… This article will describe that...
Continue reading
February 27, 2014 Admin
Msyql
No Comment
If you are getting following error message when uploading image via any script Fatal error: Call to undefined function imagecreatefromjpeg() in /home/user/ It generally occurs if your server do not have GD Library installed. Resolution for cPanel Server Log into WHM and install GD library by compiling EasyApache....
Continue reading
February 26, 2014 Admin
WHM/cPanel
No Comment
This is a well-known bug on Intel e1000e driver on linux platforms. This is a driver problem with the Intel 82574L (MSI/MSI-X interrupts issue). The internet connection lost automatically. ou can verify more bug reporting about this at https://bugzilla.redhat.com/show_bug.cgi?id=632650 We can resolve this issue by install kmod-e1000e package...
Continue reading
February 25, 2014 Admin
Centos/RHEL
No Comment