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.

All labels observed (3)

Label Occurrences
mod_wsgi canonical 3
WSGIChunkedRequest 1
mod_wsgi-express 1

How this entity was disambiguated

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
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
Pyramid
generic WSGI applications
supportsInterface WSGI
supportsLanguage Python
supportsPythonVersion Python
surface form: Python 2

Python
surface form: Python 3
usedFor deploying Django applications
deploying Flask applications
hosting Python-based web applications
production deployment of Python web apps

How these facts were elicited

Referenced by (5)

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

Flask deploymentTargets mod_wsgi
mod_wsgi configurationDirective mod_wsgi self-linksurface differs
this entity surface form: WSGIChunkedRequest
mod_wsgi alsoDistributedAs mod_wsgi self-linksurface differs
this entity surface form: mod_wsgi-express
WSGI implementedBy mod_wsgi
Apache HTTP Server (via mod_spdy and later modules) supportsExtensionModule mod_wsgi
subject surface form: Apache HTTP Server