summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2017-08-17 20:06:15 +0200
committerJim Jagielski <jim@apache.org>2017-08-17 20:06:15 +0200
commit5398c7b4905e618615df0f258ba499b6c3e12e6f (patch)
tree4bf7666c386de6b8d6bc74c6d5ceeaaa8c4edc12 /CHANGES
parentdocumentation rebuild (diff)
downloadapache2-5398c7b4905e618615df0f258ba499b6c3e12e6f.tar.xz
apache2-5398c7b4905e618615df0f258ba499b6c3e12e6f.zip
userland change = we now are OK w/ ms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1805322 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0678d07313..c018a9cb3b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -16,6 +16,10 @@ Changes with Apache 2.5.0
*) mod_proxy: loadfactor parameter can now be a decimal number (eg: 1.25).
[Jim Jagielski]
+ *) mod_watchdog/mod_proxy_hcheck: Time intervals can now be spefified
+ down to the millisecond. Supports 'mi' (minute), 'ms' (millisecond),
+ 's' (second) and 'hr' (hour!) time suffixes. [Jim Jagielski]
+
*) mod_ssl: add SSLPolicy (define/use) and SSLProxyPolicy directives plus documentation. Add
core definitions for policies 'modern', 'intermediate' and 'old', as defined by Mozilla
in <https://wiki.mozilla.org/Security/Server_Side_TLS>. [Stefan Eissing]