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
This commit is contained in:
parent
d0ab8bdd51
commit
4de9d9e353
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=537561
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mod_qos
|
||||
DISTVERSION= 11.63
|
||||
DISTVERSION= 11.66
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= SF/mod-qos
|
||||
DIST_SUBDIR= apache2
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1566150616
|
||||
SHA256 (apache2/mod_qos-11.63.tar.gz) = 1a391c476d59617f69108d2069a4e0eadfc639caf3a4da29b0374d9e603815c8
|
||||
SIZE (apache2/mod_qos-11.63.tar.gz) = 1244801
|
||||
TIMESTAMP = 1591107976
|
||||
SHA256 (apache2/mod_qos-11.66.tar.gz) = 4ad65fc568d4a92ddb6fc2230587a36749a035267dc8b9ebb145faaae5b5eaa4
|
||||
SIZE (apache2/mod_qos-11.66.tar.gz) = 1247819
|
||||
|
Loading…
Reference in New Issue
Block a user