RSS Feed
Knowledgebase : Dedicated Server Guide
     
If you see the following error message in your CPanel/WHM Sorry, the nameserver ip X.X.X.X cannot be removed since it is still registered with an ICANN register. This is default setting in CPanel/WHM and you will need to disable whois lookups for...
You receive error ActiveX component can't create objectwhen running HelmBandwidthAnalyser or HelmDiskUsageAnalyser on Windows server with Helm control panelCause of this error: LogParser component isn't registeredSolution: Run the following command to reg...
Sometimes Apache refuses to start. When this happens sweat instantly appears on your forehead because without apache running none of your website's are available. Here are some things you can try based on problems we've come across. Hitting the reset swit...
How to disable mod_security for a particular domain? Add the following lines to virtual host configuration <IfModudle mod_security2.c> SecRuleEngine Off </IfModule>
Sometimes your email server ip is blacklisted by some RBLs and you start getting complaints that emails are rejected. It usually takes a few days to get the ip removed from RBL blacklist. A simple solution to get around the problem is changing ma...
IIS 6 bind all ips available on server by default. As a result you cannot run any other application on port 80 like webmail service or apache server. You need admin support tool httpcfg.exe from Windows 2003 Install CD to configure IIS to listen ...
IIS 6 on windows 2003 set default limit for file upload to 200KB TO INCREASE THIS LIMIT, YOU CAN FOLLOW THE STEPS BELW TO EDIT THE IIS METABASE.XML FILE 1. Before you can edit the metabase.xml file you configure IIS to allow editing the file. ...
Now you develop a great application with some fancy Silverlight content and want to deploy on a production server.The good news is Silverlight does not require any additional software to be installed on web server.All you have to do is adding two Mime typ...
You receive error "My SQL Error 1048 column description cannot be null" when restoring database or running sql query to insert null value. The error is caused by MySQL running in strict mode. To disable strict mode, please follow instruction below. ...
Steps to install Fantastico on cpanel servers. First log in SSH and run the following commands _cd /usr/local/cpanel/whostmgr/docroot/cgi_ _wget -N __http://files.betaservant.com/files/free/fantastico_whm_admin.tgz_ [1] _tar -xzpf fantastic...
Session Time Out is 20 minutes by default. The value is affected in a number of settings including Application Pool, ASP, ASP.NET Session State, CookieTimeout. Please follow instruction below to configure Session Time Out on IIS 7.5 Windows Server 2...
The error means maildir quota file has invalid data. The error can be fixed easily by deleting quota file in ftp or using cpanel file manager. How to fix the invalid maildirsize file error: + Login to your server via FTP or cpanel file manager...
You can use Regsvr32.exe to register 32bit dll on Windows 7 or Windows 2008 64bit. Please read instruction below: Extract dll file, copy to a folder C:website Open command prompt window and run command cd C:Windowssyswow64 Regsvr32 C:websit...
This article give instruction to fix error Web deploy provider iisApp failed.You install Web Matrix on your computer and publish website to production server with IIS web deploy feature but receive the error.Possible reason: web deploy iisApp is not insta...
This guide provides instruction to check your server kernel information and upgrade you server to latest kernel. Applies to Cpanel servers running Linux Centos or Redhat. Log in your server via SSH as root. Check current kernel version using command:...
How to configure max email per hour for specific domain? You have maximum email per hour set in cpanel tweak settings but need to customize send mail limit for some domain. It can be done with server root access. Log in your server via ssh and edit fi...
Smartermail provide free language pack with following languages: Spanish, Portuguese, German, French, Italian, Chinese, Czech, Dutch, Danish, Finnish, Hungarian, Russian, Swedish, Thai, Turkish. It is easy to install additional language pack for Sma...
To update server-wide php configuration, we need to edit php.ini file at /usr/local/lib/php.ini After making change, run command to update cagefs setting cagefsctl --force-update You should see the change reflected when checking php info on...
MegaCLI tool can be used to check RAID status on LSI card like LSI MEGARAID 8888ELP and MEGARAID SAS 9260-4I. The tool can be downloaded from http://www.lsi.com/downloads/Public/MegaRAID%20Common%20Files/8.07.07_MegaCLI.zip After downloading, ...
tw_cli tool can be used to check RAID status on LSI RAID card like 3WARE SAS9750-4I or 3WARE SAS9750-8I The tool can be downloaded from http://www.lsi.com/downloads/Public/SATA/SATA%20Common%20Files/3DM2_CLI-Win_10.2.2.1_9.5.5.1.zip Unzip and ...
Install Open SSL on Windows server e.g. C:OpenSSL-Win32 Open command prompt and change home directory to OpenSSL bin folder e.g. C:OpenSSL-Win32bin Run command to generate CSR and private key openssl req -nodes -newkey rsa:2048 -sha256 -keyout C:Ope...
#!/bin/bash exec >> highload.log NOTIFY="20" TRUE="1" FTEXT='load average:' LOAD1MIN="$(uptime | awk -F "$FTEXT" '{ print $2 }' | cut -d, -f1 | sed 's/ //g')" RESULT=$(echo "$LOAD1MIN > $NOTIFY" | bc) if [ "$RESULT" == "$TRUE" ]; then echo "========...
Allocate additional disk space to vps + Run fdisk -l to check disk partitions + Create new partition for additional disk: fdisk /dev/sdnew + Check physical volume, volume group, logical volume: pvs, vgs, lvs + Create new physical volume pvcreate /...
1. Edit port in ssh configuration nano /etc/ssh/sshd_config -> edit port to custom port e.g. 2222 2. On linux server with SELinux, you would get error Job for sshd.service failed because the control process exited with error code Run command to enab...