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-express
linked to: mod_wsgi
compatibleWith Apache 2.x
configurationDirective WSGIApplicationGroup
WSGIChunkedRequest
linked to: mod_wsgi

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 Web Server Gateway Interface
linked to: WSGI
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
supportsDeploymentOf Bottle
Django
Flask
Pyramid
generic WSGI applications
supportsInterface WSGI
supportsLanguage Python
supportsPythonVersion Python 2
linked to: Python

Python 3
linked to: Python
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 WSGIChunkedRequest
linked to: mod_wsgi
mod_wsgi alsoDistributedAs mod_wsgi-express
linked to: mod_wsgi
WSGI implementedBy mod_wsgi
Apache HTTP Server supportsExtensionModule mod_wsgi