ndzlogo-1-1
0%
Loading ...

INDIA – HEADQUARTERS

INDIA

UNITED STATES

CANADA

Installing a custom module in cPanel

  In cPanel custom modules should be installed in the following path, this tutorial will help you to install custom modules in cPanel. ♦ Login to the server as SSH ♦ Go to the folder    ‘/var/cpanel/easy/apache/custom_opt_mods/’ ♦ Download and unzip...

MySQL optimization

  MySQL OPTIMIZATION MySQL is a popular choice of database for use in web applications. Fully optimizing MySQL takes both time and effort since every application has different requirements. The MySQL database server performance depends on the number of factors....

Disable port 3306 listening to server

  Here goes the steps for disabling inbound MySQL connections to a linux server. ♦ Login to the server as root ♦ open the file /etc/my.cnf ♦ add the directive skip-networking ♦ save and quit from the file. Now you may need to disable the port 3306 in TCP_IN...

Enabling PassivePortRange in pure-ftp

  If you run a firewall on your Linux server and want to use passive FTP connections, you have to define the passive port range in pure-ftpd and your firewall to ensure that the connections don’t get blocked. ♦ vi /etc/pure-ftpd.conf search for passive port...

Change FTP port in pure-ftpd

  Usually we have the FTP port set as 21 in most of the servers, if we need to change the FTP port from 21 to another, the changes should be done in /etc/pure-ftpd.conf file. Entry in which the changes should be done is; # IP address/port to listen to...