Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 May 2006 14:21:10 +0000 (UTC)
From:      "Andrey A. Chernov" <ache@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www/mod_limitipconn Makefile distinfo
Message-ID:  <200605101421.k4AELBmN007330@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ache        2006-05-10 14:21:10 UTC

  FreeBSD ports repository

  Modified files:
    www/mod_limitipconn  Makefile distinfo 
  Log:
  Use non-default WITH_CONNECTION_COUNT_FIX option which fix following
  bug using Scott's Barta contributed version from official site:
  
  In standard version _all_ connections with the same IP counted through
  scoreboard, despite file type. So, if you set limit 3 to, say, video/avi
  type and open 3 connections to unlimited .html or .jpeg, next 1 connection
  to video/avi will be rejected (since all, even unlimited connections are
  counted through scoreboard)
  
  Approved by: >2 weeks maintainer timeout
  
  Revision  Changes    Path
  1.8       +11 -0     ports/www/mod_limitipconn/Makefile
  1.4       +3 -0      ports/www/mod_limitipconn/distinfo



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