Monitoring a web server alone does not always guarantee that a website is functioning correctly. A service like Apache may appear online while the website itself displays errors, malicious content, or broken pages. Nagios URL monitoring solves this issue by checking the actual webpage content instead of simply verifying whether the web service is running. Nagios URL Monitoring Capabilities Nagios provides advanced monitoring features for web services, including: Benefits of URL Monitoring with Nagios Implementing URL monitoring helps administrators: Monitoring a Website URL Using check_http Nagios includes the check_http plugin, …
cPanel’s Site Software disables WordPress auto updates option. We can easily enable this option, for that we need to modify the following files and note that these files were only changed on WordPress sites that were installed using cPanel’s Site Software addon. Ensure to take a backup of these files before making any changes. => wp-admin/includes/update.php => wp-admin/update-core.php => wp-admin/includes/class-wp-upgrader.php
The rise of the internet in the 1990s marked the beginning of a major global transformation. The dot-com revolution created new digital opportunities, reshaping how businesses operated and how customers interacted with services worldwide. While developed countries were expanding their digital infrastructure, a parallel transformation was quietly unfolding in developing economies, especially in India. Over the years, India emerged as one of the most important global centers for technical support services, playing a key role in supporting industries like web hosting, IT services, and customer support for global businesses. The …
One of the main issues with hosting a WordPress website is that often it takes more than desirable time to load the home page. Below, a few tips and tricks are being discussed to improve the performance of a WordPress website. How to Speed up a WordPress website? ————————————- Fixing the page load speed of a WordPress website depends on the cause of the issue. This article only discusses the load time from the website’s point of view. The DNS or ISP aspects are not being discussed. * As a …
If you are getting the below error while updating the Plesk versions or installing the microupdates , have a try with the mentioned solution : —- ERROR: Unable to download the MD5 sum for the new Parallels Installer binary. Not all packages were installed. Please, contact product technical support. —- Solution : —– Remove cache from /var/cache/parallels_installer/ and start auto-installer again. —– If you require help, contact SupportPRO Server Admin
If you are getting following error while directory listing, follow the solution provided below : ———- ftp> ls 227 Entering Passive Mode (108,61,169,245,167,161). ftp: connect: No route to host ———- Solution : 1. Edit /etc/sysconfig/iptables-config and add this line: IPTABLES_MODULES=”ip_conntrack_ftp” 2. Save it and restart iptables. That’s because passive mode use non standard ports to communicate, so you need to keep track of the ftp connections and iptables will allow them when necessary. Another solution is specify the passive ports that will be used on FTP server configuration, then open …
This guide explains how to upgrade your Linux kernel from version 2.6.32 to 3.2.71 by compiling and installing it manually from source. Step 1: Install Required Dependencies Before compiling the kernel, install the necessary development tools and update the system packages. These packages ensure your system has the required compiler and libraries for kernel compilation. Step 2: Download Kernel Source Navigate to the source directory and download the Linux kernel source code. You can also download the latest kernel version from:https://www.kernel.org/ Step 3: Extract Kernel Source Extract the downloaded archive …
The SSLv3 POODLE vulnerability, disclosed on October 14, 2014, is a protocol-level security flaw affecting the SSL 3.0 encryption standard. POODLE, which stands for Padding Oracle On Downgraded Legacy Encryption, exploits weaknesses in how SSLv3 handles padding during encryption. This vulnerability arises when plaintext is converted into ciphertext. To match cryptographic requirements, extra padding is added, and during decryption, this padding can leak sensitive information. Attackers can take advantage of this flaw through a man-in-the-middle (MITM) attack, gradually decrypting secure communications. How to Check if Your WHM/cPanel Server is Vulnerable …
Many new features are implemented in the latest version, which includes but are not limited to :. In this article, let’s see more about synchronizing Calendar & Contacts using CalDAV and CardDAV. Calendaring Extensions to WebDAV, or CalDAV, is an Internet standard allowing a client to access scheduling information on a remote server. It is a calendaring and scheduling client/server protocol designed to allow users to access calendar data on a server and to schedule meetings with other users on that server or other servers. vCard Extensions to WebDAV (CardDAV) …
CentOS has introduced a free Web Hosting control panel (CWP: Centos Web Panel) which is designed for easy management of servers including both Dedicated & VPS without the help of ssh console. During the installation procedure, CWP installs full LAMP stack (Apache, PHP, phpMyAdmin, webmail, mail server etc.) on your server. List of softwares installed and configured during CWP installation are as below: =========== Apache Web Server PHP 5.4 MySQL + phpMyAdmin Postfix + Dovecot + roundcube webmail CSF Firewall Backups; AutoFixer for server configuration Varnish Cache server suPHP & …