1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

NWSSLUpgradeable directive

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104308 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bradley Nicholes
2004-07-16 18:40:58 +00:00
parent c54c2e126e
commit 9fc8e1bfdf

View File

@@ -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 <alsbergt cs.huji.ac.il>, Paul Querna]