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.
How to Append File in NodeJS
How to Run NodeJS App in Background
Sometimes you may need to run NodeJS app in background. Here are the steps to run a NodeJS server in background.
How to Fix EADDRINUSE error in NodeJS
Sometimes you may get an error EADDRINUSE when you try to start NodeJS server. Here are the steps to fix it.
How to Use ES6 Import in NodeJS
How to Prevent Direct Access to PHP File
Sometimes you may want to prevent direct access to PHP file on your website. Here are the steps to prevent a PHP file from direct URL access.