From: Bradley Nicholes Date: Fri, 16 Jul 2004 18:40:58 +0000 (+0000) Subject: NWSSLUpgradeable directive X-Git-Tag: pre_ajp_proxy~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9fc8e1bfdf452b3cf8e1f6022bdb2c587fed25db;p=apache NWSSLUpgradeable directive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104308 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 0d8da0ef2e..711e762b82 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,10 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] + *) mod_nw_ssl: Added the directive NWSSLUpgradeable to mod_nw_ssl to + allow a non-secure connection to be upgraded to secure connections + [Brad Nicholes] + *) core: Add Options= syntax to AllowOverride to specify which options may be overridden in .htaccess files. PR 29310. [Tom Alsberg , Paul Querna]