HostOnNet Blog

Author Archives: flashweb

FreeBSD Text Editor NVI sending Mails

After ports upgrade on FreeBSD 5.4, today i got a mail from the server. It is send by text editor NVI, NVI is VIM like editor in FreeBSD. If you call vi, what you get is nvi   From: Nvi


Upgrading MySQL to version 4.1 on Cpanel Server

Today i upgraded MySQL from version 4.0 to 4.1   [root@server10 root]# mysql –versionmysql  Ver 12.22 Distrib 4.0.25, for pc-linux-gnu (i686)[root@server10 root]#   This is done as all other servers already using MySQL 4.1.   First have to set this


MySQL 5 Error – Out of range value adjusted for column

Today i installed vBulletin on a Windows 2003 server, PHP 5 ISAPI, MySQL 5.   Installation process stoped with error “Out of range value adjusted for column”   This is error due to STRICT_TRANS_MODE is set in MySQL 5, to


Exim Stoped working on FreeBSD 5.4

In  FreeBSD 5.4 Cpanel server exim stoped working.   There is no exim process running, when trying to start exim, i get following error   server20# /scripts/restartsrv_exim/libexec/ld-elf.so.1: Shared object “libperl.so” not found, required by “exim”/libexec/ld-elf.so.1: Shared object “libperl.so” not found,


Installing ImageMagick on RHEL Server

Today installed AutoGallery SQL on a web site. AutoGallery SQL  need ImageMagick 6 or latest. The server was RHEL 3 and latest version of ImageMagick available with redhat up2date service was 5.6, so i installed ImageMagick from source code.  


FlashWebHost.com Reached 2,868 Hosted Domains

FlashWebHost.com, Kochi, Kerala based Web Hosting Provider reached 2,868 hosted domains mark as per webhosting.info report.   This report only counts domains that use FlashWebHost.com name server and do not include those sites hosted  using private label name servers. FlashWebHost


Creating Virtual Directory in Windows 2003

Here is how to create a virtual directory in windows server 2003 server.   1. Click Start, point to Programs, point to Administrative Tools, and then click Internet Services Manager. 2. In the Internet Information Services window, expand the folder, “Default


Buying a Cpanel VPS

Today one of my friend need to buy a VPS. His site was hosted in Cpanel Reseller Hosting account.   He want to move the sites to VPS. He have brought a Plesk VPS server from Godaddy, but moving the


Cpanel Multi language

Today a client want to install French language in his cpanel control panel.   Cpanel support different languages and can be downloaded from.   http://lang.cpanel.net/lang.pl   Cpanel Language files are files in .asc extension.   To install a language file,


Plesk Migration Manage (PMM) Shows Blank Page

On Plesk Server, Plesk Migration Manage (PMM) show Blank Page.   To correct the problem run following command in command prompt   # mysql -uadmin -p`cat /etc/psa/.psa.shadow` -D psa -e ‘delete from PMM’   Or you may use   #