Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Aug 2004 20:51:15 +0000 (UTC)
From:      Akinori MUSHA <knu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www Makefile ports/www/mod_fcgid Makefile distinfo pkg-descr pkg-message pkg-plist ports/www/mod_fcgid/files patch-fcgid_conf.c patch-fcgid_proc_unix.c
Message-ID:  <200408122051.i7CKpFfn041778@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
knu         2004-08-12 20:51:15 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/mod_fcgid        Makefile distinfo pkg-descr pkg-message 
                         pkg-plist 
    www/mod_fcgid/files  patch-fcgid_conf.c 
                         patch-fcgid_proc_unix.c 
  Log:
  Add www/mod_fcgid, an alternative FastCGI module for Apache2.
  
  mod_fcgid has a new process management strategy, which concentrates on
  reducing the number of fastcgi server, and kick out the corrupt
  fastcgi server as soon as possible.
  
  The bad news is that it does not currently support suEXEC, and the
  good news is that it has PHP support.  Check out the web site for
  details.
  
  Licence: GPL
  WWW: http://fastcgi.coremail.cn/
  
  Revision  Changes    Path
  1.964     +1 -0      ports/www/Makefile
  1.1       +27 -0     ports/www/mod_fcgid/Makefile (new)
  1.1       +2 -0      ports/www/mod_fcgid/distinfo (new)
  1.1       +11 -0     ports/www/mod_fcgid/files/patch-fcgid_conf.c (new)
  1.1       +7 -0      ports/www/mod_fcgid/files/patch-fcgid_proc_unix.c (new)
  1.1       +12 -0     ports/www/mod_fcgid/pkg-descr (new)
  1.1       +10 -0     ports/www/mod_fcgid/pkg-message (new)
  1.1       +4 -0      ports/www/mod_fcgid/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408122051.i7CKpFfn041778>