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

Akinori MUSHA knu at FreeBSD.org
Thu Aug 12 13:51:16 PDT 2004


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)


More information about the cvs-ports mailing list