diff options
author | Graham Leggett <minfrin@apache.org> | 2015-01-22 18:02:22 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2015-01-22 18:02:22 +0100 |
commit | 5488d212438e21dd06b38c885f239e4af5da1d1f (patch) | |
tree | c93e4cf1f4f888123b6f4adda67c6b65b3c92820 /CHANGES | |
parent | Fix merge problem with SSLProtocol that made SSLProtocol ALL ignored (diff) | |
download | apache2-5488d212438e21dd06b38c885f239e4af5da1d1f.tar.xz apache2-5488d212438e21dd06b38c885f239e4af5da1d1f.zip |
mod_alias: Introduce expression parser support for Alias, ScriptAlias
and Redirect.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1653941 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 + *) mod_alias: Introduce expression parser support for Alias, ScriptAlias + and Redirect. [Graham Leggett] + *) mod_ssl: 'SSLProtocol ALL' was being ignored in virtual host context. PR 57100. [Michael Kaufmann <apache-bugzilla michael-kaufmann.ch>] |