Multi factor authentication improves AWS security. Here is how to enable multi factor authentication in AWS.
How To Disable ETag in NGINX
Sometimes you may need to disable ETag header from server response. Here is how to disable ETag in NGINX server.
Apache Restrict Access by IP
Sometimes you may need to deny access or limit access by IP in Apache web server. Here is how to restrict access by IP in Apache
How To Enable HTTP2 in Apache
It is important to set up HTTP2 in Apache web server for speed and performance. Here is how to enable HTTP2 in Apache.
How To Enable HTTP2 in NGINX
How To Enable Apache Server Status Dashboard Page
Apache server status dashboard tracks key server metrics for server health. Here is how to enable Apache server status dashboard page.
How to Remove x-powered-by in Apache/PHP
Sometimes you may need to remove x-powered-by header in Apache/PHP. Here is how to remove -powered-by in Apache/PHP.
How to Fix NGINX 413 Request Too Large Error
Sometimes NGINX gives 413 Request too large error. Here is how to fix NGINX 413 request too large error.
How To Disable HTTP OPTIONS Methods in Apache
It is important to disable insecure HTTP methods like OPTIONS, HEAD, PUT, DELETE from Apache Server. Here is how to disable HTTP options methods in Apache web server.
How To Set Default Charset to UTF-8 Encoding in Apache
Apache allows you to set default charset to UTF8 encoding. Here are the steps to set default charset to UTF-8 encoding in Apache.