diff options
author | nbm <nbm@FreeBSD.org> | 2000-08-01 04:22:59 +0800 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2000-08-01 04:22:59 +0800 |
commit | 52aafaf292a15c4f998cedc8f5338eb8bfd23a06 (patch) | |
tree | c24707fbadf3795c365ca8d25bb2add6d81f94f2 /www/Makefile | |
parent | 25f6186513b902521ab515894502f7a1602221b9 (diff) | |
download | freebsd-ports-gnome-52aafaf292a15c4f998cedc8f5338eb8bfd23a06.tar.gz freebsd-ports-gnome-52aafaf292a15c4f998cedc8f5338eb8bfd23a06.tar.zst freebsd-ports-gnome-52aafaf292a15c4f998cedc8f5338eb8bfd23a06.zip |
Add mod_fastcgi, the apxs-aware fastcgi module for apache
PR: ports/19902
Submitted by: JunSeon Oh <hollywar@mail.holywar.net>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 2162f888ccc5..ecd0c26f4778 100644 --- a/www/Makefile +++ b/www/Makefile @@ -90,6 +90,7 @@ SUBDIR += mhonarc SUBDIR += mod_dav SUBDIR += mod_dtcl + SUBDIR += mod_fastcgi SUBDIR += mod_perl SUBDIR += mod_php3 SUBDIR += mod_php4 |