Category: Ubuntu

Configure Apache web server to run python as cgi

Last updated on January 29th, 2025 at 01:22 pmThis tutorial aims to assist you in the configuration and activation of CGI within the Apache web server, enabling the execution of Python scripts. To provide dynamic content, it is essential to utilize the mod_cgi module. Throughout this tutorial, we will set up mod_cgi and facilitate the […]

How to run perl CGI script in Apache

Last updated on August 29th, 2024 at 11:50 amThis 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 to deliver dynamic content and run any programming languages(as a backend) of your choice by simply forwarding […]

How to Install uWSGI and Flask in Ubuntu

Last updated on February 1st, 2022 at 12:53 pmThis 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 enable debug mode and specify FLASK_APP(flask application file name instead of default) with an option to specify […]