Web Hosting & VPS Tips

Unleash Your Server Potential with Expert Insights

Hosting provided by: Cloudways
Free to Try! Up to 40% Off!

Category: Security

Secure CGI scripts—a execution tweak—on an Nginx VPS—install:
apt install fcgiwrap
edit /etc/nginx/sites-available/default:
location /cgi-bin/ { fastcgi_pass unix:/var/run/fcgiwrap.socket; }
reload:
nginx -s reload
On DigitalOcean secures hosting—runs CGI safely

Back to All Tips