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 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.
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.
How to Uninstall NodeJS, NPM Completely in Ubuntu
NodeJS is a popular JS framework for building web applications. Here are the steps to uninstall NodeJS, NPM completely in Ubuntu.
How to Fix “Unable to find socket transport SSL” error in PHP
Sometimes you may get “Unable to find socket transport SSL” error in PHP websites. Here is how to fix this problem.