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…
Tag: apache
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,…
AWStats not updating automatically – cPanel
How should I fix this? AWStats is not updating here. AWStats is one of the most commonly using tool on cPanel servers to analyse website traffic summary. Also, you can analyse a lot of things from there like number of visits,…
How to rebuild the “httpd conf” file in cPanel server – Command-line option
If your httpd.conf file got corrupted, then you can use the following command to rebuild it. /scripts/rebuildhttpdconf Something more about cPanel, See the category CPANEL
How to enable mod_deflate in apache
The mod_deflate is a very useful apache module which increase the loading speed of your websites. You can enable this module simply by rebuilding your apache by using easyapache if you have server with control panel WHM/cPanel. Method I (Server…