Run node.js app as a daemon process (Linux)

We have a node.js server/app and we start it by using npm start & (background mode) command through Putty. But the problem is that if we close Putty (or any other SSH client) the server will be stopped after sometime. We can use pm2 of forever process managers to address/fix this scenario. Read More …

Getting Let’s Encrypt Certificate using DNS-01 challenge with acme-dns-certbot-joohoi or acme.sh

Getting Let’s Encrypt Certificate using DNS-01 challenge with acme-dns-certbot-joohoi or acme.sh, in manual or automated way, using a cron job and/or DNS APIs, if available Read More …

Configuring OCSP Stapling for Let’s Encrypt in Nginx [New Question]

A quick question, answered on Heelpbook, about “Configuring OCSP Stapling for Let’s Encrypt in Nginx”, that helps checking the revocation status of a digital certificate issued by Let’s Encrypt, on Nginx. Read More …

Nginx – How to disable access (http and https) to a website using IP address [New Question]

A quick question, answered on Heelpbook, about how to “Disable access (http and https) to a website using IP address”, on Linux platforms using Nginx web/reverse proxy server . This will help forcing access to web sites and applications using only FQDNs. Read More …

Find Apache httpd.conf/apache2.conf Configuration File [New Question]

A quick question, answered on Heelpbook, about how to “Find Apache httpd.conf/apache2.conf Configuration File”. This can save time when there’s need to configure an existing httpd/Apache web server already installed on a Linux system. Read More …