If you are not able to login to your front page with the same password with which you are able to login to your cPanel then there may have problem…
Category: General Discussion
Turning off the Default Directory Listing
November 28, 2006 / General DiscussionYou can just put a blank file named index.html in that directory. A “more correct” way is to put a file named .htaccess in that directory consisting of only this…
nderstanding Cron Jobs: Automate Tasks on Linux Servers
November 28, 2006 / General DiscussionCron allows users to automate repetitive system administration tasks such as tape backups, database reorganization, and general file cleanups (such as emptying log files and queues). The Crontab File’s SyntaxTo…
To check the bad block for HDD (hard disk)
November 28, 2006 / General DiscussionUse following command to check the badblocks of the hard drive (HDD)/sbin/badblocks -vv /dev/hdXXThis is a part of the e2fsprogs-1.27-3 rpm which is full of utilities used for file system.…
What Is .htaccess – Guide to File Configuration & Uses
November 28, 2006 / General DiscussionIntroduction to .htaccess .htaccess is a small text file that controls the configuration aspects of an Apache web server. Most people are familiar with the .htaccess file in relation to…
Execute CGI outside CGI-bin
November 28, 2006 / General DiscussionBy default, many web servers (like Apache) are configured to run CGI scripts only inside the cgi-bin directory. While this is a good security practice, sometimes developers may want to…
How to Bind Multiple IPs to a Server
November 28, 2006 / General DiscussionBinding multiple IP addresses to a server allows you to host multiple websites, applications, or services on the same physical machine. This is commonly used for SSL certificates, virtual hosting,…
MySql Sample my.cnf File
November 27, 2006 / General DiscussionThe my.cnf file is the main configuration file for MySQL. It defines server parameters, client options, and buffer settings that help optimize database performance. Below is a sample configuration file…
Script for /etc/init.d/named
November 27, 2006 / General DiscussionIf you are having problems with the named service, check out the script on the server under /etc/init.d/Most probably it will be the script for FreeBSD Server. You can make…
To Disable any (Horde/Squirrel/Neomail)
November 27, 2006 / General DiscussionIs there any way to disable Horde or other webmail applications for users who don’t want them? Let’s say the user’s username is Sunil, first you will need to SSH…