In this article, we will explain how to check if Perl module is installed or not. You can run the following command from the shell to check whether a particular…
Category: Server
How to View the Currently Running Processes on the Servers
Server / April 18, 2023This article explains how to view the servers’ active processes. A server process is a task that is performed on the server. Follow the steps: Log in to WHM. Select…
How to use EasyApache 4 to Install suPHP with mod-suPHP
Server / April 14, 2023This article explains how to use EasyApache4 to install suPHP with mod-suPHP. SuPHP is a utility for running PHP programmes with the owner’s permissions. It comprises of a setuid root…
How to Create a user-friendly URL using .htaccess
command / Server / March 6, 2023An explanation of creating a user-friendly URL using .htaccess is given in this tutorial. To create a user-friendly URL using “.htaccess”, you can use the Apache module “mod_rewrite”. This module…