Sometimes you may need to check if a cookie set in user request and take actions based on cookie value. Here is how to check if cookie is set in Apache server.
How to Redirect in Apache based on Cookie
Sometimes you may need to redirect requests based on cookie values in Apache web server. Here are the steps to do it.
How to Redirect in Apache Based on Hostname
How to Block URL Pattern in Apache
Sometimes you may need to block URL pattern in Apache. Here are the steps to block requests based on specific regular expression patterns.
How to Redirect Port 80 to 8080 in Apache
Sometimes you may need to redirect port 80 to 8080 in Apache .htaccess. Here are the steps to do it.
How to Monitor Apache Server Performance with mod_status
mod_status module allows you to monitor Apache server performance using web-based dashboards. Here are the steps to configure mod_status in Apache.
How to Parse JSON in NodeJS
How to Hide PHP Version in WordPress/Apache
It is important to hide PHP version in Wordpress/Apache to protect your website from malicious attackers. Here are the steps to do it.
How to Setup SSL/HTTPS in NodeJS Server
NodeJS SSL configuration allows you to setup SSL/HTTPS in NodeJS server. Here are the steps to do it.