mod_wsgi

E96631

mod_wsgi is an Apache HTTP Server module that hosts Python-based web applications using the WSGI interface, commonly used to deploy frameworks like Flask and Django in production.

Jump to: Surface forms Statements Referenced by

Observed surface forms (2)

Surface form Occurrences
WSGIChunkedRequest 1
mod_wsgi-express 1

Statements (51)

Predicate Object
instanceOf Apache HTTP Server module
WSGI server
alsoDistributedAs mod_wsgi self-linksurface differs
surface form: mod_wsgi-express
compatibleWith Apache HTTP Server (via mod_spdy and later modules)
surface form: Apache 2.x
configurationDirective WSGIApplicationGroup
mod_wsgi self-linksurface differs
surface form: WSGIChunkedRequest

WSGIDaemonProcess
WSGIImportScript
WSGIMapHEADToGET
WSGIProcessGroup
WSGIPythonHome
WSGIPythonPath
WSGIRestrictEmbedded
WSGIRestrictProcess
WSGIRestrictSignal
WSGIRestrictStdin
WSGIRestrictStdout
WSGIScriptAlias
createdBy Graham Dumpleton
distributedAs Apache module source code
hasFeature application process isolation
graceful restart of daemon processes
logging integration with Apache
mounting multiple WSGI applications
per-application process configuration
support for virtual environments
hostPlatform Linux
Unix-like operating systems
Windows
macOS
implementsSpecification WSGI
surface form: Web Server Gateway Interface
license Apache License 2.0 NERFINISHED
mod_wsgi-express standalone WSGI server wrapper around Apache and mod_wsgi
provides daemon mode for running applications in separate processes
embedded Python interpreter in Apache
embedded mode for running applications in Apache worker processes
process management for WSGI applications
runsWithin Apache HTTP Server (via mod_spdy and later modules)
surface form: Apache HTTP Server
supportsDeploymentOf Bottle
Django
Flask NERFINISHED
Pyramid
generic WSGI applications
supportsInterface WSGI
supportsLanguage Python
supportsPythonVersion Python
surface form: Python 2

Python 3 NERFINISHED
usedFor deploying Django applications
deploying Flask applications
hosting Python-based web applications
production deployment of Python web apps

Referenced by (3)

Full triples — surface form annotated when it differs from this entity's canonical label.

mod_wsgi alsoDistributedAs mod_wsgi self-linksurface differs
this entity surface form: mod_wsgi-express
mod_wsgi configurationDirective mod_wsgi self-linksurface differs
this entity surface form: WSGIChunkedRequest
Flask deploymentTargets mod_wsgi