mod_wsgi-express-3

The mod_wsgi adapter is an Apacheache module that provides a WSGI

Install

All systems
curl cmd.cat/mod_wsgi-express-3.sh
Fedora
dnf install python3-mod_wsgi

python3-mod_wsgi

The mod_wsgi adapter is an Apacheache module that provides a WSGI

compliant interface for hosting Python based web applications within Apache. The adapter is written completely in C code against the Apache C runtime and for hosting WSGI applications within Apache has a lower overhead than using existing WSGI adapters for mod_python or CGI.