summaryrefslogtreecommitdiff
path: root/www/ap2-fastcgi
AgeCommit message (Collapse)AuthorFilesLines
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-09-20This was building without properly attaching a DEPENDS reference to apache2,tv1-2/+4
thus leaving the package dangling if apache2 were to be removed or upgraded. Change to using apache2/buildlink3.mk, like the other ap2-* modules do, and bump PKGREVISION for the implicit DEPENDS change.
2005-05-21SUBST_FILES.* must be relative to ${WRKSRC}.jlam1-2/+2
2004-12-09Fix build: make sure LIBTOOL from pkgsrc infrastructure is used.seb1-1/+4
XXX May be apache2 package's LOCALBASE/share/httpd/build/config_vars.mk definition of LIBTOOL needs to be adjusted instead of doing this.
2004-10-28Initial import of ap2-fastcgi, version 2.4.2 into the NetBSD Packagescube2-0/+27
Collection. FastCGI provides a high-performance alternative to CGI for writing Web server applications in a variety of languages, including Perl, C, C++, Java, and Python. FastCGI gets its speed by having keeping application processes running between requests. So, unlike CGI, you do not have the overhead of starting up a new process and doing application initialization (e.g. connecting to a database) each time somebody requests a document. This package works with Apache version 2 series. In order to use FastCGI with the version 1.3 series, use www/ap-fastcgi instead.