diff options
author | Eric Covener <covener@apache.org> | 2018-05-17 14:28:59 +0200 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2018-05-17 14:28:59 +0200 |
commit | 826975e9cf5f006144398b1375b69921a4550c51 (patch) | |
tree | 079de28500d0be7a7ba2b92fa341064a57dedaf2 /CHANGES | |
parent | PR62368: Print the unparsed URI in AH03454 (diff) | |
download | apache2-826975e9cf5f006144398b1375b69921a4550c51.tar.xz apache2-826975e9cf5f006144398b1375b69921a4550c51.zip |
PR62311: only create the rewritelock when needed
Submitted By: Hank Ibell <hwibell gmail.com>
Committed By: covener
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1831773 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.1 + *) mod_rewrite: Only create the global mutex used by "RewriteMap prg:" when + this type of map is present in the configuration. PR62311. + [Hank Ibell <hwibell gmail.com>] + *) mod_ldap: Abort on LDAP locking errors. [Eric Covener] *) mod_ssl: Support loading certificates and private keys from the |