If you need to run Apache on different port, you need to change port number in Apache. Here’s how to change Apache port number from 80 to 8080.
Apache
How To Remove Server Name From Apache Response Header
It is important to remove Apache server header to hide server type & version and secure your website from attackers. Here’s how to remove server name from response header in Apache.
How To Enable GZIP Compression in Apache
GZIP compression improves website speed & performance. Here’s how to enable GZIP compression in Apache / Wordpress.
How To Install mod_evasive to Protect Against DoS and DDoS
How To Move Apache Web Root to New Location on Ubuntu 18.04
You need to move Apache web root to new location during website migration. Here’s how to move Apache document root to new location in Ubuntu and CentOS.
How to Disable Directory Listing in Apache
Apache directory is enabled by default. Here’s how to disable Apache directory listing for your website.
How To Disable Apache Cache
If your Apache cache is not working properly, you may need to disable it. Here’s how to disable Apache Cache for your website.
How to Configure Apache Cache in Ubuntu
Caching improves website speed and server performance. Here’s how to configure Apache Cache in Ubuntu.
How to Redirect 404 to Homepage using .htaccess
When server is unable to find a specific URL it throws 404 error response. Here’s how to redirect 404 to URL using .htaccess in Apache web server.
How To Enable mod_ssl in Apache
mod_ssl allows Apache server to support SSL v2/v3 and TLS v1. Here’s how to enable mod_ssl in Apache web server. Install mod_ssl in Ubuntu, CentOS.