mod_security module in Apache server
mod_security is a popular module for the Apache web server that provides security features for web applications. It acts as a web application firewall (WAF) and can help to protect…
A step-by-step guide on how to configure SSL using Let’s Encrypt
Let’s Encrypt is a free, automated and open certificate authority (CA). It is very useful and efficient way to get SSL certificates. Only you have to do is configure it…
Optimizing performance of your Apache server
Optimizing the performance of an Apache server can be critical for ensuring the smooth operation of your website or application. Here are some techniques that can help improve the performance…
Few Security configurations using htaccess file
When it comes to security, one should put lot of care to implement it correctly at every layer. In a Apache based server, you can configure your web server for…
Remove Accents and Special Characters from string in MySQL
While processing or cleaning data with accents from non English languages or text with special characters it is very helpful to have a small piece of code which we can…