libapache2-mod-redirectionio - Changelog
2.3.0 - 13-04-2022¶
- Added the
RedirectionioTrustedProxies
configuration directive for correct ip matching - (see the documentation) - Added support for the IP address trigger (requires the version 2.3 of the agent)
- Added support for the robots.txt action (requires the version 2.3 of the agent)
- Added the possibility to disable log for a specific request using a rule (requires the version 2.3 of the agent)
- Added support for logging the
Content-Type
response header
2.2.2 - 22-09-2021¶
- new release, for new distributions (debian 11 bullseye, and latest ubuntu)
2.2.0 - 06-05-2021¶
- added the
RedirectionioSetHeader
directive - (see the documentation) - added connection pool management options to the
RedirectionioPass
directive:min_conns
,keep_conns
,max_conns
andtimeout
- (see the documentation)
2.1.0 - 02-02-2021¶
- Pass the client IP address to the agent
- Better management of possible module conflicts
2.0.0 - 11-01-2021¶
- Send proxy version in logs
- Send content-type in logs
- Use 2.0.0 version of libredirection: more matching and actions available
- [BC BREAK] New proxy protocol: please update the agent when updating the proxy to the 2.0 branch
0.3.2 - 25-02-2019¶
- Fix bad response status code in log when using apache rewrite module
0.3.1 - 19-02-2019¶
- Fix default endpoint for agent when it's not set
0.3.0 - 15-02-2019¶
- Send request method in logs
- Add support for filtering header and body response with the agent
0.2.0 - 18-01-2019¶
- Add support for matching redirection on response status code
- Stability improvements
- Fix potential segfault when receiving bad response from agent
- Fix memory leak issues
0.1.0 - 15-11-2018¶
- Initial release
Can't find your answer?