HostOnNet Blog

Author Archives: Annie

About Annie

I've been working in Technical Section for over 10 years in a wide range of tech jobs from Tech Support to Software Testing. I started writing blog for my future reference and useful for all.

How to De-listing an IP from a blacklist

If you are one whose IP has been black listed, each Blacklist has its own procedure of getting your IP removed from the Blacklist. In most cases a hosting service is notified that potential spam emails are being transmitted from


Website Error Messages

HTTP Error 404 “Not Found” The Web server could not find the requested page or file. HTTP 404 errors indicate the network connection between client and server was made successfully. This error most commonly occurs when users manually enter an


Apple: 81 million people have ‘experienced’ U2’s new album

81 million iTunes customers have listened to, or in Apple’s own words, “experienced” U2’s latest album, Songs of Innocence, during a free (and ongoing) promotional giveaway. That number factors in downloads in addition to streams from iTunes Radio and Beats


How to set the maximum number of mails per hour in WHM

To limit the number of emails that a domain can send per hour, perform the following steps: Login to WHM cotrol panel Home >> Server Configuration >> Tweak Settings Under the mail section, enter the value that you wish to


How to check which Apache/PHP modules are installed?

Login via SSH to your server to run the following commands. Apache: apachectl -M Sample Output: PHP: php -m Sample Output


How to Backup and Restore Individual cPanel Account via SSH

How to create backup of Individual cPanel Account via SSH? 1. Log in to the SSH as Root user. 2. Go to the backup folder 3. Enter the following command on the command line: The account backup will be created


How to prevent .htaccess file modification while running easyapache

Normally the recompilation process of Apache/php with Easyapache will be effected the user’s .htaccess file under the WHM/cPanel server. After the Easyapache, we might see some entries like the one pasted below in .htacces file. AddHandler application/x-httpd-php5 .php .html .htm


How to install whois client in Ubuntu

To install whois client in Ubuntu run below command in terminal. Now you can use the whois command in system. whois domainname eg. whois flashwebhost.com whois ip-address eg. whois 48.211.245.123


How to unpark a parked domain in WHM

Log into WHM Control Panel. Go to the Account Information section. Click on List Parked Domains. View all the parked domains in WHM. Click on UnPark next to the domain you want to unpark. The domain is now removed from


How to install an Apache Server on ubuntu

First check if the package is installed or not If you did not get any output, install the package Run below commands Now start the apache service On the service at booting time Check if the web server is running