mod_wsgi

mod_wsgi (source code) is an implementation of the Web Server Gateway Interface specification for running Python code in the Apache HTTP Server. mod_wsgi is implemented as an Apache HTTP Server module and it supports both Python 2 and Python 3 code.

mod_wsgi resources

  • The official documentation is wonderful for getting started as well as digging into how to configure your server for better security.

What else do you want to learn about deployments?

What runs a Python application execute on the server?

Show me options for bare metal and virtualized servers.

What is Docker and how does it fit with Python deployments?


Matt Makai 2012-2022