Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-09-20 | This was building without properly attaching a DEPENDS reference to apache2, | tv | 1 | -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-21 | SUBST_FILES.* must be relative to ${WRKSRC}. | jlam | 1 | -2/+2 | |
2004-12-09 | Fix build: make sure LIBTOOL from pkgsrc infrastructure is used. | seb | 1 | -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-28 | Initial import of ap2-fastcgi, version 2.4.2 into the NetBSD Packages | cube | 2 | -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. |