Bug 189416 - [MAINTAINER UPDATE] www/mod_qos update to version 11.1
Summary: [MAINTAINER UPDATE] www/mod_qos update to version 11.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Olli Hauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-07 13:00 UTC by Eero Hänninen
Modified: 2014-05-18 21:47 UTC (History)
0 users

See Also:


Attachments
file.diff (869 bytes, patch)
2014-05-07 13:00 UTC, Eero Hänninen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eero Hänninen 2014-05-07 13:00:00 UTC
- 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
1
 - Highly improves bytes/sec limitation (response throttling) based
   on the input I got from Jeff Trawick - many thanks!
   * Calculates delay within filter (immediately(!) when reaching the
     defined amount of bytes).
   * Uses nanoseconds delay (instead of milliseconds).
   * Splits large bucket brigades to 8k blocks (support for local
     files, not using mod_proxy).
   * Inserts filter late (after mod_deflate).

 - User tracking: set Cache-Control header when accessing
   the cookie check page.

 - QS_UserTrackingCookieName: improved cookie header processing.

 - Fixed: 'qslog -pc' does no longer require 'S' nor a date.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-07 13:00:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->apache

apache@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Olli Hauer freebsd_committer freebsd_triage 2014-05-18 21:30:52 UTC
Responsible Changed
From-To: apache->ohauer

I'll take it
Comment 3 Olli Hauer freebsd_committer freebsd_triage 2014-05-18 21:47:18 UTC
State Changed
From-To: open->closed

Committed, 
Thanks!