freebsd-ports/www/mod_python3/pkg-descr
Jimmy Olgeni d20e03f107 Update port to version 2.7.6, make it work with Python 2.1.1.
Assign maintainership to Anders Nordby <anders@fix.no> (approved by current maintainer)

PR:		29738
Submitted by:	Anders Nordby <anders@fix.no>
2001-08-16 09:31:29 +00:00

11 lines
415 B
Text

Mod_python allows embedding Python within the Apache http server
for a considerable boost in performance and added flexibility
in designing web based applications.
WWW: http://www.modpython.org/
developed by Gregory Trubetskoy <grisha@modpython.org> and others
This port requires a Python installation without threads support. Build &
(re)install Python with WITHOUT_THREADS set.
- Anders Nordby <anders@fix.no>