How to Install libapache2-mod-python in Ubuntu 18.04



Install libapache2-mod-python by entering the following commands in the terminal:

sudo apt update
sudo apt install libapache2-mod-python

Description:

Python-embedding module for Apache 2

The mod_python module supports web applications written in Python. Because the parser is embedded in the server as an Apache module, it will run much faster than traditional CGI. . This package is built for the current Python version.

Homepage: http://www.modpython.org/

Version: 3.3.1-11ubuntu2

Section: python