How to Check the Apache Version on a Linux Dedicated cPanel Server

Quick Checking Your Apache Version Number If you need to check the Apache version number installed on your server, you can do so in one of a couple ways. In the default configuration, Apache will be set to display its version information on most of you error pages. This means

Common Linux Log Files and Their Uses

List of Linux Log Files The following is a list of commonly found log files within Linux, alongside a short description of what kind of information each file contains. Typically, all log files on linux servers are located under the /var/log directory. Depending on the setup of your server though,

How to backup a copy of apache?

Fire the following command to take a backup of apache on your server: cp -a /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf.bak Above is for Centos users For Ubuntu users ,please refer the following :- sudo cp /etc/apache2/apache2.conf /etc/apache2/apache2.conf.bak

How to Change/Set Date, Time, & Timezone on a Linux Server

The date, time, and timezone are important aspects of a Linux system that affect how it operates and interacts with other systems. There are different ways to describe and change these settings in Linux, depending on the distribution and the tools available. Below you will find information on how to

How to install Webmin?

Webmin is an open source, web-based interface designed to be used as a managing tool In Unix and Linux environment. It allows you to setup user accounts , DNS and other services from any web browser that has support for forms and tables. Following steps could be referred:- a. Login

How to Fix Internal Server Error 500

Sometimes, an error in permissions or syntax within a script will result in an Internal Server Error 500, also known as an HTTP Error 500. But what does this mean, and how do you fix it? Well, in order to fix an HTTP Error 500, you must first understand what

Determining Which Packages Are Installed On a Linux System

Linux packages are collections of files that provide functionality for a Linux system. They can include programs, libraries, configuration files, documentation, and other resources. Linux packages are usually distributed in a compressed format, such as .tar.gz, .deb, or .rpm.  To install a Linux package, you need to use a package

Install Direct Admin on Linux systems

Step 1) Do you meet the system requirements? – Clean OS install: Redhat 7.2, 7.3, 8.0, 9.0, Fedora (any version), CentOS (any version). PS :- The setup file for Redhat also works for Fedora and CentOS (any version). – At least one external IP address (NAT/LAN-based systems will NOT work).

Install Fantastico on cpanel server

Install Fantastico on Linux cpanel server Before installing Fantastico you must replace the buggy version of wget that ships with your OS or Fantastico will not install. After you fix this you can continue with the installation process: If you have Fedora Core 5/6 or CentOS 5 or Red Hat

How do I install Direct Admin on Linux systems?

Step 1) Do you meet the system requirements? – Clean OS install: Redhat 7.2, 7.3, 8.0, 9.0, Fedora (any version), CentOS (any version). PS :- The setup file for Redhat also works for Fedora and CentOS (any version). – At least one external IP address (NAT/LAN-based systems will NOT work).

What are Preinst, Postinst, Prerm, and Postrm Script?

Collectively, preinst, postinst, prerm, and postrm files are all executable scripts which Debian automatically runs before or after package installation. Along with a file named control, all of these files are part of the “control” section of a Debian archive file. The individual files are: preinst This script executes before