Apache uptime. It’s simple. But most of the admins are not aware about these commands. We can check the uptime status of Apache service by different ways. Here I’m explaining some of them with examples. As we know about Apache,…
Apache
How to install mod_evasive in cPanel server?
What’s mod_evasive? Mod evasive is an Apache module which provide evasive action in case of any Denial Of Service attack or in case of any brute-force attack. It helps to protect the server from DOS or DDOS attacks. Mod evasive…
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…
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,…