summaryrefslogtreecommitdiff
path: root/www/ap2-python/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2006-10-07Remove the @exec apxs lines. Don't let this packagereed1-3/+1
modify Apache's config. If someone wants to add a MESSAGE they may. This was discussed in May and June. This is to close PR #29300.
2006-06-13Update to 3.2.8.darcy1-1/+10
Mainly this is to fix a security vulnerability. Other changes: Mod_python 3.0 no longer works with Apache 1.3, only Apache 2.x is supported. Mod_python no longer works with Python versions less than 2.2.1 Mod_python now supports Apache filters. Mod_python now supports Apache connection handlers. Request object supports internal_redirect(). Connection object has read(), readline() and write(). Server object has get_config(). Httpdapi handler has been deprecated. Zpublisher handler has been deprecated. Username is now in req.user instead of req.connection.user
2004-07-17Initial import of ap2-pythondarcy1-0/+30
Version 3.1.3 Apache module that embeds the Python interpreter As discussed on the mailing list, this package builds and runs for the most part but fails if the web server has too many backends. Adding it breaks nothing and does add functionality. I will file a PR to keep track of the remaining issue.