1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

update mod_fastcgi to 2.4.0

PR:		50944
Submitted by:	maintainer
This commit is contained in:
Oliver Lehmann 2003-06-15 15:12:02 +00:00
parent 25e1070001
commit df804582ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83021
3 changed files with 5 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= mod_fastcgi
PORTVERSION= 2.2.12
PORTVERSION= 2.4.0
CATEGORIES= www
MASTER_SITES= ftp://ftp.holywar.net/pub/FreeBSD/ \
http://www.fastcgi.com/dist/

View File

@ -1 +1 @@
MD5 (mod_fastcgi-2.2.12.tar.gz) = d6fdd18c6d4c2135cf0ff09a512f4334
MD5 (mod_fastcgi-2.4.0.tar.gz) = e4f5b1b185db4774021163dd0fcd2c56

View File

@ -1,6 +1,8 @@
mod_fastcgi is a cgi-module for Apache
FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs. See the docs for more details.
FastCGI is a language independent, scalable, open extension to CGI that
provides high performance without the limitations of server specific APIs.
See the docs for more details.
--
Ports by JunSeon Oh <hollywar@mail.holywar.net>