1e2a1f6604
- Update WWW PR: 204574 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D4396
7 lines
368 B
Text
7 lines
368 B
Text
The mod_wsgi adapter is an Apache module that provides a WSGI compliant
|
|
interface for hosting Python based web applications within Apache. The
|
|
adapter is written completely in C code against the Apache C runtime and
|
|
for hosting WSGI applications within Apache has a lower overhead than using
|
|
existing WSGI adapters for mod_python or CGI.
|
|
|
|
WWW: http://www.modwsgi.org/
|