Enable “Update now” link in AwStats on cPanel server

July 4, 2010 · Filed Under cPanel Hosting Tutorials · Comment 

To enable the manual statistics update (“Update now” link) in Awstats, you should edit the following configuration file:

[1] Open the following file:

tmp/awstats/awstats.yourdomain.com.conf (substitute yourdomain.com with your actual domain name)

[2] Look for the following line:

AllowToUpdateStatsFromBrowser=0

Change the above value to 1:

AllowToUpdateStatsFromBrowser=1

[3] Save your configuration file.

If you have any questions related to cPanel, just ask your questions in our webmaster forum.

What is an inode?

June 25, 2010 · Filed Under Web Hosting · Comment 

An inode is a data structure which contains information about a regular file, folder such as its size and owner. The number of inodes you use represents the number of files/folders you have on your web hosting account. Many web hosting companies restrict the inode usage on the shared hosting server. Hence, even if they offer unlimited disk space, you cannot use it because of inode limit.

When a file is opened, the file’s inode is read by the kernel. If you have more files/folder in your account, the more inodes you use. Generally one file uses one inode.

As shared hosting customers, you may receive the notification regarding inode usage from your hosting provider. Generally the web site contents do not require more inodes. In most cases, catch-all account consumes more inode. You can delete/download emails from your catch-all email account to reduce the inode usage and if you do not require catch-all account, it is advisable to disable it. Also, if your account has many email accounts, it is advisable to download the emails via email client software viz. Outlook, Thunderbird etc.

This server version is not supported. Only servers up to Microsoft SQL server 2005 are supported

June 12, 2010 · Filed Under Microsoft Visual Studio · Comment 

You may receive the following error while connecting to SQL Server 2008 from Visual Studio 2008:

This server version is not supported.  Only servers up to Microsoft SQL Server 2005 are supported”

Microsoft Visual Studio 2008 error while connecting to SQL 2008 server

This error can be easily resolved by just installing Service pack. You can download service pack from here. Once you install the service pack, you should not face any problem.

Bug in Mailman version 2.1.12.cp3 message on cPanel server

May 12, 2010 · Filed Under Web Hosting Control Panels · Comment 

You might have received the following error while accessing your mailing list after recent cPanel update:

———————————–
Bug in Mailman version 2.1.12.cp3

We’re sorry, we hit a bug!

Please inform the webmaster for this site of this problem. Printing of traceback and other system information has been explicitly inhibited, but the webmaster can find this information in the Mailman error logs.
———————————–

In most cases, the above error was occurred due incorrect permissions set for mailman directory. You can run following command to change the permissions via SSH:

chmod 02775 -R /usr/local/cpanel/3rdparty/mailman/

Hopefully this will resolve your issue. If the problem persists, you can open a ticket with cPanel support. They should help you to resolve this.

$4 hosting – Host up to three web sites + free domain registration + cPanel Fantastico

How to enable Silverlight in IIS 6

April 27, 2010 · Filed Under IIS · Comment 

Silverlight is not enabled by default in IIS 6 web server. We require adding Silverlight MIME types manually in IIS6. To enable Silverlight for any web site hosted in IIS6, you will require adding the following three MIME types from IIS6:

Extension: .xap
Content Type: application/x-silverlight-app

Extension: .xaml
Content Type: application/xaml+xml

Extension: .xbap
Content Type: application/x-ms-xbap

Following are the exact steps to add MIME types in IIS6:

- Open IIS Manager.
- Expand your server name and then expand “Web Sites”.
- Right click on your web site name and go to “Properties”.
- Go to “HTTP Headers” tab and click on “File Types” which is under “MIME Map”.
- Click on “New Type” button to add new MIME type.
- Enter the extension and content type. Click “Ok” button to add it.

Silverlight Hosting + Free Domain Registration in $4

You must use the Role Management Tool to install or configure Microsoft .NET Framework 3.5

April 8, 2010 · Filed Under Operating Systems, Web Hosting · 1 Comment 

If you are using Windows 2008 R2 operating system, you may receive the following error while installing Visual Studio 2008 or .NET Framework on your server:

You must use the Role Management Tool to install or configure Microsoft .NET Framework 3.5

Windows 2008 .NET Framework 3.5.1
This is because Windows 2008 R2 comes with pre-installed .Net Framework 3.5.1. You just require to enable this feature from “Server Manager”.

Windows 2008 Server Manager

Using Role management tool, you can easily enable .Net 3.5 framework on your web hosting server or development server.

Affordable Windows Hosting just $4 + FREE Domain Registration + ASP.Net Hosting

WHM error while adding IP address – Skipping xxx.xxx.xxx.xxx already added

April 6, 2010 · Filed Under Web Hosting · 1 Comment 

Recently, I faced a problem to add an IP address from WHM. I received the following error while adding an IP address:

All Requested Ips were already active
System has 0 free ips.
Skipping xxx.xxx.xxx.xxx .. already added


But when I checked in IP Functions -> Show/Edit Reserved IPs, it was not listed in it. To resolve this I followed the below steps:

[1] Checked chkconfig for ipaliases:
I checked chkconfig for ipaliases and it was on for 2, 3, 4, 5.

chkconfig –list ipaliases

[2] Restarted ipaliases service:
After checking chkconfig, I restarted ipaliases service using following command:

/etc/init.d/ipaliases restart

This did the trick and all IP addresses were displaying again on Show/Edit Reserved IPs page.

- Kailash Aghera

Page 2 of 131234510...Last »
Untitled Document