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.
miwi 2008-06-20 23:12:20 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/mod_wsgi Makefile distinfo pkg-descr pkg-message pkg-plist Log: 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 Revision Changes Path 1.2073 +1 -0 ports/www/Makefile 1.1 +28 -0 ports/www/mod_wsgi/Makefile (new) 1.1 +3 -0 ports/www/mod_wsgi/distinfo (new) 1.1 +7 -0 ports/www/mod_wsgi/pkg-descr (new) 1.1 +5 -0 ports/www/mod_wsgi/pkg-message (new) 1.1 +5 -0 ports/www/mod_wsgi/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, with minor changes. Thanks!