Port details |
- mod_qos QoS for Apache
- 11.75 www =5 11.74Version of this port present on the latest quarterly branch.
- Maintainer: fax@nohik.ee
- Port Added: 2013-06-23 19:23:18
- Last Update: 2024-08-13 16:18:01
- Commit Hash: 57eb648
- People watching this port, also watch:: libxml2, openvpn, openssl, memcached, collectd5
- License: APACHE20
- WWW:
- https://mod-qos.sourceforge.net/
- Description:
- mod_qos is a quality of service module for the Apache web server implementing
control mechanisms that can provide different levels of priority to different
HTTP requests.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ap24-mod_qos>0:www/mod_qos
- To install the port:
- cd /usr/ports/www/mod_qos/ && make install clean
- To add the package, run one of these commands:
- pkg install www/mod_qos
- pkg install ap24-mod_qos
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ap24-mod_qos
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1723558432
SHA256 (apache2/mod_qos-11.75.tar.gz) = acc7b457399a8a33e0e06638a98b40e5abf3139e09bd9eda85faf6cfb52030b2
SIZE (apache2/mod_qos-11.75.tar.gz) = 1289194
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- apxs : www/apache24
- Runtime dependencies:
-
- apxs : www/apache24
- Library dependencies:
-
- libpcre2-8.so : devel/pcre2
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_mod_qos
- USES:
- apache
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
11.75 13 Aug 2024 16:18:01 |
Vladimir Druzenko (vvd) Author: Eero Hänninen |
www/mod_qos: Update 11.74 → 11.75
- QS_ClientIpFromHeader supports other modules (e.g. mod_remoteip)
setting a client address to the request record when using the special
header name #USERAGENT_IP.
https://mod-qos.sourceforge.net/CHANGES.txt
PR: 280799 |
11.74 31 May 2023 06:31:52 |
Fernando Apesteguía (fernape) Author: Eero Hänninen |
www/mod_qos: Update to 11.74
ChangeLog: https://mod-qos.sourceforge.net/CHANGES.txt
- Fixed: Potential counter overflow for early event detection (increment before
block) or log only mode.
PR: 271703
Reported by: fax@nohik.ee (maintainer) |
11.73_1 31 Mar 2023 06:35:07 |
Fernando Apesteguía (fernape) |
www/mod_qos: Change WWW
The old WWW did not work anymore.
Bump PORTREVISION
Reported by: pi@ |
11.73 29 Mar 2023 12:38:34 |
Fernando Apesteguía (fernape) Author: Eero Hänninen |
www/mod_qos: Update to 11.73
ChangeLog: http://mod-qos.sourceforge.net/CHANGES.txt
*change dependcy pcre to pcre2
*fix compilation problem in fbsd 14.0-CURRENT
PR: 270019
Reported by: fax@nohik.ee (maintainer) |
11.72 25 Jan 2023 17:54:07 |
Muhammad Moinur Rahman (bofh) |
Mk/Uses/apache.mk: Refactor after removal of older versions
apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:
- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
one available version in the tree. However the version checks are
still valid and should work flawlessly whenever a new version is
added. For example USES=apache:2.2+ are simply replaced with
USES=apache. As currently there are no other versions available for
test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38113 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
11.72 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
11.72 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
11.72 04 Jun 2022 21:39:54 |
Nuno Teixeira (eduardo) Author: Eero Hänninen |
www/mod_qos: Update to 11.72
ChangeLog: http://mod-qos.sourceforge.net/CHANGES.txt
PR: 264380 |
11.70 25 Jan 2022 07:53:22 |
Guangyuan Yang (ygy) Author: Eero Hänninen |
www/mod_qos: Update to 11.70
Changelog: http://mod-qos.sourceforge.net/CHANGES.txt
PR: 261429 |
11.66 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
11.66 02 Jun 2020 14:53:24 |
joneum |
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
(Only the first 15 lines of the commit message are shown above ) |
11.63 18 Aug 2019 19:52:22 |
pi |
mod/qos: upgrade 11.51 -> 11.63
- also updated LICENSE
PR: 239551
Reported by: dewayne@heuristicsystems.com.au
Approved by: Eero Haenninen <fax@nohik.ee> (maintainer)
Relnotes: https://sourceforge.net/p/mod-qos/source/HEAD/tree/tags/REL_11_63/doc/CHANGES.txt |
11.51 11 Mar 2018 17:38:46 |
brnrd |
Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache |
11.51 24 Feb 2018 16:31:36 |
joneum |
www/mod_qos: Update to 11.51
Changelog:
Version 11.51
- Adds process-connection handler to close the connection in the case
the abort by the pre-connect hook was ignored (workaround for bug in
Apache 2.4.28 Event MPM ignoring the connection abort) (msg id 167).
- Uses module name in log index.
Version 11.50
- Changes pre-connection hook dependency (called later but still before
mod_ssl). (Only the first 15 lines of the commit message are shown above ) |
11.43 13 Nov 2017 17:40:06 |
robak |
www/mod_qos: update 11.36 -> 11.43
PR: 222594
Submitted by: Eero Hanninen <fax@nohik.ee> (maintainer) |
11.36 27 Dec 2016 18:48:34 |
rakuco |
Update to 11.36.
Changes between releases:
- Fixed: moves code from "process connection" hook to the "pre
connection" hook for Apache 2.4 compatibility and higher efficiency.
- Lower severity of message 036 to critical.
- Fixed: potential segfault by mod_ssl in ssl_io_filter_disable()
when closing a connection after a failed SSL handshake.
- New variable QS_SetEnvIfResBodyIgnore which might be used to
deactivate QS_SetEnvIfResBody.
- mod_qos_ev: sets "v" if an IP is marked as VIP.
- QS_ClientLowPrio variable's value contains the status flag representing
the tracked attribues.
- Sets QS_IsVipRequest variable for marked IP addresses at connection
processing handler and propagetes it to every request.
- Fixed: message 045 (uri check ignores log-only mode).
- Header filter: accept reagion specific language codes in
Accept-Language request header by default.
- Compiles also against OpenSSL 1.1.0b.
PR: 215605
Submitted by: Eero Hanninen <fax@nohik.ee> (maintainer) |
11.31 03 Aug 2016 20:05:20 |
pawel |
Update to version 11.31
Release highlights:
- QS_SetReqHeader supports header removal (unset) by prefixing
the header name with "!".
- QS_SetEnvIfResBody supports variable removal (unset) by
prefixing the variably with "!".
- New cookie data format (user tracking, vip, milestones).
PR: 211545
Submitted by: Eero Hanninen (maintainer) |
11.30 19 Jul 2016 14:10:02 |
amdmi3 |
- Update to 11.30
- While here, fix LICENSE
PR: 211210
Submitted by: fax@nohik.ee (maintainer) |
11.22 12 Mar 2016 13:56:09 |
pi |
www/mod_qos: 11.12 -> 11.22
- Disables client behavior (content type) measurement if
QS_ClientPrefer has been disabled.
- Minor changes to the status viewer.
- Fixed: segfault when using HTTP/2.
- Fixed: Implemented graceful restart detection for Apache 2.4
to properly free shared memory and mutexes (prevents from
leaking while doing graceful restarts).
- Disables keep-alive enforcement for MPM event binaries.
- Adds filter (option -f) to qssign.
- Revised QS_ClientPrefer implementation (improved attribute weighting)
and the log messages 063/064 have been merged into message 066.
- Updates User-Agent header field pattern for the default
QS_RequestHeaderFilterRule rule set and adds the (Only the first 15 lines of the commit message are shown above ) |
11.12 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
11.12 20 Mar 2015 09:39:43 |
olgeni |
Upgrade to version 11.12.
PR: 198703
Submitted by: olgeni
Approved by: maintainer |
11.5 20 Sep 2014 16:09:19 |
wg |
www/mod_qos: update to 11.5
PR: 193739
Submitted by: maintainer |
11.2 28 May 2014 04:42:17 |
ohauer |
- update to version 11.2
Release high lights from changelog:
- Adds variable QS_ResponseDelayTime showing the delay time (us)
calcualted for reponse throttling.
- New variable QS_Timeout.
PR: ports/190258
Submitted by: Eero Hanninen <fax@nohik.ee> (maintainer) |
11.1 18 May 2014 20:46:47 |
ohauer |
- mod_qos update to version 11.1
feature safe: yes
Changelog highlights:
Version 11.1
- Fixed: Shows "T" log marker only for requests which has really
been delayed by mod_qos.
- Further improved bytes/sec limitation implementation.
Version 11.0
- Highly improves bytes/sec limitation (response throttling) based
on the input I got from Jeff Trawick - many thanks! (Only the first 15 lines of the commit message are shown above ) |
10.30 30 Apr 2014 17:31:29 |
ohauer |
- update to v10.30
Changes:
- QS_SetReqHeader features the option 'late'.
- New console output (without ':' suffix for the IP address).
- Console 'search', 'limit', and 'unlimit' command support now
the 'event' parameter specifying which QS_ClientEventLimitCount
event variable to show/set/clear.
PR: ports/
Submitted by: Eero Hanninen <fax@nohik.ee> (maintainer) |
10.29 07 Mar 2014 20:39:53 |
ohauer |
- change maintainer to Eero Haenninen <fax@nohik.ee> [1]
[1] Andrea (old maintainer) don't use the module at the moment
and Eero (new maintainer) agreed to take over via PM. |
10.29 02 Mar 2014 21:25:30 |
ohauer |
- update to version 10.29
Changes:
Version 10.29
- Supports IPv6 clients.
Version 10.28
- Fixed: QS_ClientEventLimit did overwrite counters of other
clients if multiple events have been configured.
Version 10.27
- qslog features the option "-pu" and "-puc" used to gather
request information on a per URL basis.
- Fixed: Wrong includes within the support utilities.
- Extends QS_ClientSerialize max. timeout from 1 to 5 minutes. (Only the first 15 lines of the commit message are shown above ) |
10.15 15 Dec 2013 22:11:21 |
ohauer |
- add stage support
- add license
- minor cleanups
with hat apache@ |
10.15 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
10.15 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
10.15 23 Jun 2013 19:22:41 |
ohauer |
- new port www/mod_qos
mod_qos is a quality of service module for the Apache web server implementing
control mechanisms that can provide different levels of priority to different
HTTP requests.
WWW: http://opensource.adnovum.ch/mod_qos/
PR: ports/179256
Submitted by: Andrea Cervesato <andrea.cervesato@gmail.com> |