Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Feb 2009 14:04:17 +0000 (UTC)
From:      Greg Larkin <glarkin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www Makefile ports/www/p5-LWP-ConnCache-MaxKeepAliveRequests Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200902041404.n14E4H0P033962@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
glarkin     2009-02-04 14:04:17 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/p5-LWP-ConnCache-MaxKeepAliveRequests Makefile distinfo 
                                              pkg-descr pkg-plist 
  Log:
  LWP::UserAgent is the default module for issuing HTTP requests from
  Perl. It has a keep_alive setting which by default allows unlimited
  requests to the same server. Some servers will disconnect you after
  a limited number of requests (in Apache 2 this is achieved with the
  MaxKeepAliveRequests directive). This module allows you to limit
  the maximum number of keep alive requests to a server.
  
  WWW:     http://search.cpan.org/dist/LWP-UserAgent-Determined/
  
  Revision  Changes    Path
  1.2255    +1 -0      ports/www/Makefile
  1.1       +25 -0     ports/www/p5-LWP-ConnCache-MaxKeepAliveRequests/Makefile (new)
  1.1       +3 -0      ports/www/p5-LWP-ConnCache-MaxKeepAliveRequests/distinfo (new)
  1.1       +8 -0      ports/www/p5-LWP-ConnCache-MaxKeepAliveRequests/pkg-descr (new)
  1.1       +7 -0      ports/www/p5-LWP-ConnCache-MaxKeepAliveRequests/pkg-plist (new)



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