
Sometimes you may need to remove x-powered-by header in Apache/PHP. Here is how to remove -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.
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.
Apache allows you to set default charset to UTF8 encoding. Here are the steps to set default charset to UTF-8 encoding in Apache.
Default timezone in Apache/PHP is set to UTC time. Here is how to change default timezone in Apache/PHP.
mod_security improves website security and protection. Here is how to install mod_security on CentOS 7 for Apache Web Server.
Apache allows you to configure custom 404 error page for your website. Here is how to create custom 404 page in Apache for your website.
Self-Signed Certificate allows you to securely send & receive data between client and server. Here is how to create self-signed SSL certificate for Apache.
Apache bench allows you to perform load testing for Apache web server. Here is how to use Apache bench for Load testing for your website.
By default, php websites and blogs display index.php at end of URL. Here is how to remove index.php from URL.