mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
5c781a69e1
- update ports to reflect new location - fix mod_wsgi3 build with python3 PR: 184065 [1] PR 183353 [2] Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
8 lines
368 B
Plaintext
8 lines
368 B
Plaintext
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/
|