Sometimes you may need to restrict access to URL, file or directory. Here is how to deny access to URL, Files & Directory in Apache.
Apache
How To Enable Server Side Includes (SSI) in Apache
You can configure server side includes to add dynamic web content. Here is how to enable server side includes in Apache.
How To Disable ETags in Apache Server
Here are the steps to disable ETags in Apache web server and improve website security. Prevent Etags from causing security issue by disabling it.
How To Fix 414 Request URI Too Large in Apache
If you request long URLs, Apache may give 414 request URI too large error. Here is how to fix 414 request URI too large in Apache.
Apache Restrict Access by IP
Sometimes you may need to restrict access to URL by IP. Here is how to restrict access to URL by IP.
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 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 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.