Introduction Taking regular database backups is an important task for server administrators. In Windows servers running Microsoft SQL Server, we can use a batch script with the sqlcmd utility to back up all user-created MSSQL databases. This script helps automate the backup process by listing all databases except system databases… Continue Reading Batch Script to Take Backup of All MSSQL Databases

Introduction The “User is over quota” error in cPanel or Webmail can occur even after increasing the account’s disk quota. This usually happens when quota information has not been updated correctly on the server or when stale over-quota records still exist. The following steps can help to resolve the issue… Continue Reading login webmail Internal server error: user is over quota

Introduction Sometimes, while accessing the Plesk control panel using the default secure URL, it may redirect to another URL with port 11444. For example: may redirect to: Due to this redirection issue, the Plesk panel may not open properly. This issue is usually related to the Plesk SSO configuration. Prerequisites… Continue Reading Plesk Panel Redirecting to hostname:11444

Enabling Ping in Windows Introduction Ping is a useful network diagnostic tool that helps verify connectivity between a computer and a server. Enabling ICMP Echo Requests (Ping) on a Windows machine can assist in troubleshooting network connectivity issues, server access problems, and slow loading times. Prerequisites Implementation Method 1: Enable… Continue Reading Enabling Ping in Windows

Introduction The error rndc: connect failed: connection refused usually occurs when the rndc command is unable to connect to the BIND/named service. Even though the command /etc/init.d/named start may show OK, the named service may not actually be running. One common reason for this issue is that the named service… Continue Reading How to Fix rndc: connect failed: connection refused

Introduction The error “rndc: connect failed: connection refused” is commonly encountered when managing a BIND DNS server. In most cases, the issue occurs because the named service is not running properly or is unable to create its PID file due to incorrect configuration or permission issues. Prerequisites Before proceeding, ensure… Continue Reading How to Fix “rndc: connect failed: connection refused” in BIND DNS Server

Linux Webhosting Solutions: modfcgid: MaxRequestLen

How to Fix mod_fcgid MaxRequestLen Error While Uploading Files Introduction When uploading files in applications such as WordPress, Joomla, or other PHP-based websites, you may encounter upload failures due to the mod_fcgid request size limitation. This issue occurs when the uploaded file exceeds the configured MaxRequestLen value in the Apache… Continue Reading modfcgid: MaxRequestLen

Introduction The error “PHP Fatal error: Class ‘Memcache’ not found” usually occurs when the Memcache PHP module is missing or not properly compiled in PHP. This issue commonly affects PHP applications that depend on the Memcache extension for caching functionality. In some cases, enabling Memcache through EasyApache may show the… Continue Reading PHP Fatal error: Class Memcache not found in