diff options
author | miwi <miwi@FreeBSD.org> | 2008-06-21 07:12:20 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-06-21 07:12:20 +0800 |
commit | 058cf6a0a33f520360adace0c1bcb2bc5606b474 (patch) | |
tree | 435d35c5d74abe658cdcc7a8dffc7f970cd5544f /www/Makefile | |
parent | 907d359ceca96f119b5c21afd552efa14d886213 (diff) | |
download | freebsd-ports-gnome-058cf6a0a33f520360adace0c1bcb2bc5606b474.tar.gz freebsd-ports-gnome-058cf6a0a33f520360adace0c1bcb2bc5606b474.tar.zst freebsd-ports-gnome-058cf6a0a33f520360adace0c1bcb2bc5606b474.zip |
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/
PR: ports/122612
Submitted by: Douglas Thrift
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index bcca25628dc1..c067b81cd355 100644 --- a/www/Makefile +++ b/www/Makefile @@ -476,6 +476,7 @@ SUBDIR += mod_webapp SUBDIR += mod_webkit SUBDIR += mod_webobjects + SUBDIR += mod_wsgi SUBDIR += mod_xmlns SUBDIR += mod_xsendfile SUBDIR += moinmoin |