Aapche is a popular web server. Here is an Apache Command Cheat Sheet to help you with commonly used commands.
Apache
How to Disable HTTP Methods in Apache
Apache supports numerous HTTP methods like GET, POST, PUT, DELETE, PATCH. Here is how to disable HTTP methods in Apache.
How to Harden Apache Web Server on Centos 7
It is important to secure Apache server against malicious attacks. Here is how to harden Apache Web Server on CentOS.
Limit Bandwidth & Connections in Apache
Sometimes you may need to limit bandwidth & connections in Apache web server. Here is how to do this using mod_bw module.
How to Enable Apache MPM Prefork
How to Change Apache Prefork to Worker in Ubuntu
Apache supports prefork as well as worker modules. Here are the steps to change Apache Prefork to Worker in Ubuntu.
How to Enable PHP in Apache
PHP is a popular programming language for web development and blogging. Here are the steps to enable PHP in Apache.
Install Odoo with Apache Reverse Proxy
Odoo is an intuitive ERP suite for enterprise applications. Here is how to install Odoo with Apache reverse proxy.
How to Install Brotli for Apache in Ubuntu
Brotli is a compression algorithm like gzip, bzip2. Here is how to install Brotli for Apache in Ubuntu.
How to Extract IP Address from Log File
Often you may need to extract IP address from server log file. Here is how to extract IP address from log file for Apache or NGINX server.