HostOnNet Blog

Author Archives: flashweb

named – high server load

Today i found one of the server have high server load. I have stoped all services and checked /var/log/messages and found too many requests for a domain that is not hosted on the server. Nov 14 06:11:51 godislove named[10264]: lame


Server Administration Guide (IIS 6.0)

This section describes how to administer your server and Web sites by using the many tools and features developed in Internet Information Services (IIS) 6.0 to improve server management, performance, reliability, and security. This section also includes conceptual information regarding


ASP.NET script showing error message

By Default ASP.NET scripts do not show actual error message in browser for security reason. It will be helpfull to show the error message to browser when installing or developing a script. To enable this, create a file “web.config” with


Cpanel Server, Rebuilding named.conf

On a Linux server with Cpanel, no sites are working. Tyred to SSH in, but it failed. Later found i am able to get in if i SSH to server IP address. In the server all services are working. I


BizHat.com New Blog

BizHat.com is moving blog to http://blogs.bizhat.com/bizhat/ So all new post will be on that URL only. ———————– BizHat.com Offers free WordPress Blog, signup today http://blogs.bizhat.com – SEO Friendly URL– Multiple Templates– Easy setup– http://blogs.bizhat.com/YOURNAME– Free Search Engine Promotion– Blog Roll–


APF Firewall, Removing IP from deny rules

Today a client told he can’t access his web site from his home, but working fine from all other locations. It could be firewall blocking access from his IP address. Server use APF Firewall, which is a popular iptables based


2 Versions of PHP In Cpanel Server

In a Cpanel Server, there is 2 versions of PHP installed. One is used by Apache for web sites hosted on the server. Other version is for Cpanel control panel. May be this PHP run as a privileged user, so


Disabling Anonymous Ftp in Cpanel Server

You can disable Anonymous Ftp through WHM in Cpanel Server. Login to WHM as root, In Service Configuration menu, click on FTP Configuration You will see a button to disable Anonymous Ftp Main >> Service Configuration >> FTP Configuration Disabling


MySQL Error: Can’t connect through socket /var/tmp/mysql.sock

On a Cpanel/WHM server running RHEL, after rebooting MySQL stoped working for all sites hosted on the server. I tried restarting MySQL, but it won’t solved the problem. Sites still shows the error message Warning: mysql_pconnect(): Can’t connect to local


Installing FTP with apt-get on Debian Server

Debian is almost same as other Linux Distros. Main difference is the way how it manage software installation. Debian use apt-get program to install and manage software packages. You can find more details on using apt-get with “man apt-get” Today