NodeJS is a powerful JS-based web development framework. Here is how to get data from URL in NodeJS.
NGINX Location Blocks Precedence
NGINX parses location blocks based on a priority order. Here is the location blocks precedence in NGINX.
How to Fix Errno 13 Permission Denied Error in Apache
How to Define & Use Variables in Apache httpd.conf
Sometimes you may need to set and use variables in Apache web server. Here is how to define & use variables in Apache.
NGINX: Protect Static Files with Authentication
Sometimes you may want to protect static files on your website from unauthorized users. Here is how to protect static files with authentication.
How to Setup Apache Virtual Host in Windows
Virtual hosts allow you to run multiple websites on a single server. Here is how to setup Apache virtual hosts in Windows.
How to Escape Percent (%) in Apache using .htaccess
Sometimes you may need to escape special characters in URL in Apache. Here is how to escape percent (%) in Apache using .htaccess.
How to Log POST data in NGINX
How to Read POST Data in NodeJS
Sometimes you may need to process POST data using NodeJS. Here are the steps to read POST data in NodeJS.
How to Setup Catch-All Subdomains in NGINX
Sometimes you may need to wildcard subdomains in NGINX. Here is how to setup catch-all subdomains in NGINX.