aboutsummaryrefslogtreecommitdiff
path: root/www/mod_wsgi
Commit message (Collapse)AuthorAgeFilesLines
* - Get rip python 2.3+Martin Wilke2009-12-131-1/+1
| | | | | | | | | | | Note: Python 2.3 is't longer supported and have a lot of security issues. Convert 2.3+ to yes/or 2.4/5+ With hat: portmgr Notes: svn path=/head/; revision=245716
* - Set LATEST_LINKPav Lucistnik2009-12-111-1/+1
| | | | | | | | PR: ports/141277 Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=245539
* - Update to 2.8Wen Heping2009-11-283-33/+5
| | | | | | | | | | - Remove the unneeded patch PR: ports/140958 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=244907
* - Update to 2.7Martin Wilke2009-11-233-5/+36
| | | | | | | | PR: 140805 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=244676
* - Update MASTER_SITEMartin Wilke2009-11-211-0/+1
| | | | | | | PR: 140748 Notes: svn path=/head/; revision=244588
* - Update to 2.6Wesley Shields2009-10-112-6/+7
| | | | | | | | | | | - Add new MASTER_SITE - Whitespace fix PR: ports/139257 Submitted by: douglas@douglasthrift.net (maintainer) Notes: svn path=/head/; revision=242667
* - Mark remaining mod_* ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-211-0/+2
| | | | | | | | PR: ports/134611 Approved by: pav (#bsdports) Notes: svn path=/head/; revision=234362
* - Update to 2.5Beat Gaetzi2009-05-142-4/+4
| | | | | | | | | PR: ports/134523 Submitted by: Douglas William Thrift <douglas AT douglasthrift.net> (maintainer) Approved by: miwi (mentor, implicit) Notes: svn path=/head/; revision=233875
* - Update to 2.4Wesley Shields2009-04-223-17/+4
| | | | | | | | PR: ports/133767 Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=232512
* - Update to 2.3.Felippe de Meirelles Motta2008-09-024-22/+17
| | | | | | | | | | | - Move pkg-message to FILESDIR. PR: ports/127025 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> Approved by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=219694
* - Add support for display-nameMartin Wilke2008-07-191-0/+20
| | | | | | | | | PR: 125628 Submitted by: Emil Mikulic <emikulic@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=217131
* Update to 2.1Wesley Shields2008-07-162-4/+4
| | | | | | | | PR: ports/125660 Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=216941
* The mod_wsgi adapter is an Apache module that provides a WSGI compliantMartin Wilke2008-06-205-0/+48
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 Notes: svn path=/head/; revision=215421