Configure Apache web server to run python as cgi
This tutorial will guide you on configuring and enabling CGI in Apache web server and run python scripts. We need to make use of mod_cgi module to deliver dynamic content. In…
This tutorial will guide you on configuring and enabling CGI in Apache web server and run python scripts. We need to make use of mod_cgi module to deliver dynamic content. In…
This is a step by step guide on how to configure CGI in Apache web server and run perl scripts in linux systems. We are enabling Apache module named mod_cgi…
This is a simple tutorial on how to install uWSGI server in Ubuntu 20.04 LTS (Focal Fossa) and deploy a simple Flask application. I am also explaining below how to…
Install Apache 2.4.18 and configure SSL certificate in EC2 Ubuntu Server 16.04Launch a new instance using Amazon EC2 console with Ubuntu Server 16.04 LTS (HVM) . I am launching my…