diff options
author | Jim Jagielski <jim@apache.org> | 2017-08-17 20:06:15 +0200 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2017-08-17 20:06:15 +0200 |
commit | 5398c7b4905e618615df0f258ba499b6c3e12e6f (patch) | |
tree | 4bf7666c386de6b8d6bc74c6d5ceeaaa8c4edc12 /CHANGES | |
parent | documentation rebuild (diff) | |
download | apache2-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-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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] |