freebsd-ports/www/mod_qos/Makefile
Jochen Neumeister 4de9d9e353 Update to 11.66
Changes since last update of this port:
Version 11.66

 - QS_ClientIpFromHeader supports pseudo IP by creating a hash
   of a HTTP request header's value if the header name is prefixed
   by '#', e.g. #Authorization to use the HTTP basic auth header.
   It's also possible to use the client's SSL client certificate's
   subject and issuer DN if you specify #SSL_CLIENT_S_DN instead
   of a real HTTP header name.
   Note: Does not work for IP geolocation.

Version 11.65

 - Fixed: QS_SrvMinDataRate did not enfore (log only) min data rate
   in simple mode (only one arg).
   Improved min. data rate calculation and updated documentation.
 - Fixed: Several typos in documentation.

Version 11.64

 - Updated request header filter rules (allows signed HTTP exchanges content
   type in Accept header).
 - qsgeo: New pattern to detect "readable" format (no longer adding IP address
   range twice for some file formats).
 - QS_Status: adds the QS_AllConn variable to the maxClients object.

PR:	246932
Sponsored by:	Netzkommune GmbH
2020-06-02 14:53:24 +00:00

23 lines
370 B
Makefile

# Created by: Andrea Cervesato <andrea@cervesato.it>
# $FreeBSD$
PORTNAME= mod_qos
DISTVERSION= 11.66
CATEGORIES= www
MASTER_SITES= SF/mod-qos
DIST_SUBDIR= apache2
MAINTAINER= fax@nohik.ee
COMMENT= QoS for Apache
LICENSE= APACHE20
USES= apache:2.2+
AP_GENPLIST= yes
AP_FAST_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/apache2
.include <bsd.port.mk>