Introduction The web-hosting control panels are loaded with the default web-server Apache. cPanel/WHM doesn’t have native support on Nginx web server. However, we can install and configure it many ways on a WHM server to increase the websites’ speed. That…
Web Server
Web hosting concepts – A simplified view with examples
What is actually Web Hosting? What does it mean? Web-hosting is a type of service/process which allows you to upload your website to a web-server and then go to live. Simply, is a process of putting your website in to…
How to change the apache port via command line in cpanel?
The default port number for Apache web server is port 80. The secure port is 443. In some strange situations, we need to change the default port number from 80 to a different one. In this article I’m going to explain…
10+ examples of Job Scheduling Using Crontab
Linux Job Scheduling Using Crontab Cron Jobs are used for scheduling tasks to run on the server. The task can be either command or a script. The background process(daemon) behind the cronjob is the crond. In the /etc folder, there is…
How to install php-pear mail on CentOS or RHEL
PEAR – PHP Extension and Application Repository, PEAR is a framework and distribution system for reusable PHP components. The mail() function is using for sending emails from a php script. This is the most simplest way to send emails from a…
Disable Apache ServerSignature/ServerTokens/PHP X-Powered-By details
Q. While browsing I’m seeing server’s sensitive information. Is it possible to disable them? Yup, it’s possible. The only thing you need to do is edit the web server (Apache) configuration file as I explained in this Blog article. In Apache,…
10+ frequently using ftp commands with example Unix/Linux
File Transfer Protocol FTP stands for ‘File Transfer Protocol’ which is used to transfer file from one server to another. FTP follows a client-server architecture which utilizes separate control and data connections between the ftp client and server. Considering the…