What's New in This Release:
· prefork MPM: Run cleanups for final request when process exits gracefully to work around a flaw in apr-util.
· mod_reqtimeout: Do not wrongly enforce timeouts for mod_proxy's backend connections and other protocol handlers (like mod_ftp). Enforce the timeout for AP_MODE_GETLINE. If there is a timeout, shorten the lingering close time from 30 to 2 seconds.
· Proxy balancer: support setting error status according to HTTP response code from a backend.
· mod_authnz_ldap: If AuthLDAPCharsetConfig is set, also convert the password to UTF-8. PR 45318.
· core: check symlink ownership if both FollowSymlinks and SymlinksIfOwnerMatch are set
· core: fix origin checking in SymlinksIfOwnerMatch
· mod_headers: Enable multi-match-and-replace edit option
· mod_log_config: Make ${cookie}C correctly match whole cookie names instead of substrings.
· mod_dir, mod_negotiation: Pass the output filter information to newly created sub requests; as these are later on used as true requests with an internal redirect...