From 8a10859e674a775644875f1e1b2ba3c616ee0202 Mon Sep 17 00:00:00 2001 From: espie Date: Mon, 3 Mar 2008 19:32:53 +0000 Subject: [PATCH] broken for php and apache1 until proven otherwise. okay pvalchev@ --- www/mod_fastcgi/Makefile | 4 ++-- www/mod_fastcgi/pkg/DESCR | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/www/mod_fastcgi/Makefile b/www/mod_fastcgi/Makefile index 183a40fc7cc..af95594ac7a 100644 --- a/www/mod_fastcgi/Makefile +++ b/www/mod_fastcgi/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.5 2007/09/15 20:38:22 merdely Exp $ +# $OpenBSD: Makefile,v 1.6 2008/03/03 19:32:53 espie Exp $ COMMENT= Apache FastCGI module DISTNAME= mod_fastcgi-2.4.2 -PKGNAME= ${DISTNAME}p1 +PKGNAME= ${DISTNAME}p2 CATEGORIES= www diff --git a/www/mod_fastcgi/pkg/DESCR b/www/mod_fastcgi/pkg/DESCR index 4ac23f53c72..cf04290cdd8 100644 --- a/www/mod_fastcgi/pkg/DESCR +++ b/www/mod_fastcgi/pkg/DESCR @@ -7,3 +7,5 @@ functionality of programming for a particular web server API. Nonetheless, the feature set is rich enough for programming virtually any type of web application, but the result is generally more scalable. + +At this point, FastCGI does not work with apache1 and Php.