HTTP Strict Transport Policy (HSTS) protects your websites from malicious attacks. Here is how to enable HTTP Strict Transport Policy in Apache server.
Apache
How to Change Apache Log Level
Apache allows you to configure log levels to customize the logging details for your server. Here is how to change Apache log level for your website.
How To Change Apache Log Location
Sometimes you may need to change Apache log location. Here is how to change the location of Apache log file direcory.
What File Permissions for Apache File/Folders
It is important to provide the right file permissions for Apache file/folders. Here are the file permissions for Apache file/folders.
How to Disable TLS 1.0 /1.1 in Apache Server
TLS 1.0 and 1.1 are outdated security protocols. Here is how to disable TLS 1.0/1.1 in Apache server.
How to Redirect POST Request Data in .htaccess
Sometimes you may need to redirect POST data in Apache server. Here is how to redirect POST request data using .htaccess
How to Exclude Directory from Auth in Apache
Sometimes you may need to exclude specific folder from Apache’s basic authentication. Here is how to exclude directory from Auth in Apache server.
How to Check Number of Concurrent Connections in Apache
Sometimes you may need to find number of concurrent users in Apache web server. Here is how to find number of concurrent connections in Apache.
How to Check What User Apache is Running As
Sometimes you may need to find out which user Apache is running as or check what user PHP is running as. Here is how to check what user Apache is running as.
How to Change Apache User
Sometimes you may need to change Apache user for your website. Here are the steps to change Apache user for your site.