Install Mytop in Linux and Cpanel

How to install mytop in linux and cpanel   MySQL is one of the most important programs on a server, unfortunately it is also pretty resource intensive. One a  server it is not uncommon for a single user or even a query to take up the bulk of the servers CPU cycles. Mytop is a very useful program to see […]

» Read more

How to install and configure Nginx on cPanel servers

  Nginx is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server. How to set up Nginx?   Follow the steps to install nginx as reverse proxy in a cPanel server:   1) SSH to server as root. 2) Change the directory to “/usr/local/src”   # cd /usr/local/src   Download & Install Nginx on cPanel servers […]

» Read more

Important cPanel Scripts

WHM / cPanel Scripts are located in /scripts/ /scripts/adddns – Adds a DNS zone. /scripts/addnetmaskips – Add the netmask 255.255.255.0 to all IPs that have no netmask. /scripts/addnobodygrp – Adds the group nobody and activates security. /scripts/addpop – Add a Pop Account. /scripts/addservlets – Add JSP support to an account (requires tomcat). /scripts/adduser – Add a user to the system. […]

» Read more

How to Change your Default Timezone in htaccess

Changing your Default Timezone:   The default time zone setting that is displayed in the Preferences>Global folder is used to localize the time for received messages and calendar activities in the standard web client. 1) Log in to yor cpanel 2) Click on the file Manager icon 3) Click on web Root Radio button 4) Click on the dropdown and […]

» Read more

Redirect domain to subdirectory without changing URL

The simple way to redirect your primary domain to a sub folder without change the URL A)  Redirect and keep everything after the URL Show all of the same content on one URL as you would another. Example, if you just changed your domain to DomainB.com, but you still have plenty of visitors coming to DomainA.com, you would use this to […]

» Read more

How to transfer website from cPanel server to CWP (CentOS Web Panel server)?

First Install CWP on your VPS or Dedicated server : Installation Process   Configuration of CentosWebPanel – Setup nameservers (CWP *- > DNS Functions -*> Edit Nameservers IPs) – Setup shared ip (CWP –> WebPanel Settings – -> WebPanel Settings) – Setup at least one hosting package (CWP –> Accounts –> Add a Package) – Setup root email (CWP –> […]

» Read more

How to check installed perl modules on a cPanel server ?

Login to your Server via SSH with root login . Run below command instmodsh root@ashishkale [~]# instmodsh Available commands are:    l            – List all installed modules    m <module>   – Select a module    q            – Quit the program cmd? l Installed modules are:    CPAN    Compress::Raw::Bzip2    Compress::Raw::Zlib    Crypt::PasswdMD5    DBI    Digest::SHA1    Encode::Locale    […]

» Read more

remote_smtp defer (99): Cannot assign requested address

  Error Code : 1YjCse-0006Hn-2M == email@domainname.com R=lookuphost T=remote_smtp defer (99): Cannot assign requested address   Resolution: Make sure that your exim server is configured with correct mail IP address you can verify it with file located at /etc/mailips also make sure the permissions are correct   -rw-r—– 1 root mail 3652 Apr 18 06:51 /etc/mailips  

» Read more
1 2 3 4 5 6