cvs commit: ports/www Makefile ports/www/p5-Apache-SizeLimit Makefile distinfo pkg-descr pkg-plist

Andrew Pantyukhin sat at FreeBSD.org
Wed Aug 2 13:15:36 UTC 2006


sat         2006-08-02 13:15:30 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/p5-Apache-SizeLimit Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add port www/p5-Apache-SizeLimit:
  
  This module allows you to kill off Apache httpd processes if they grow
  too large. You can make the decision to kill a process based on its
  overall size, by setting a minimum limit on shared memory, or a maximum
  on unshared memory.
  
  You can set limits for each of these sizes, and if any limit is exceeded,
  the process will be killed.
  
  You can also limit the frequency that these sizes are checked so that
  this module only checks every N requests.
  
  WWW: http://search.cpan.org/dist/Apache-SizeLimit/
  
  Justification:  socialtext dependency
  
  Revision  Changes    Path
  1.1538    +1 -0      ports/www/Makefile
  1.1       +26 -0     ports/www/p5-Apache-SizeLimit/Makefile (new)
  1.1       +3 -0      ports/www/p5-Apache-SizeLimit/distinfo (new)
  1.1       +12 -0     ports/www/p5-Apache-SizeLimit/pkg-descr (new)
  1.1       +5 -0      ports/www/p5-Apache-SizeLimit/pkg-plist (new)


More information about the cvs-ports mailing list