This page contains only human-written content, no AI-generated text.
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.