Apache HTTP Server 2.4.32 稳定版已发布,修复了一些 bug,也新增了一些特性,如支持 SSL DN 原始变量提取,无需转换为 UTF-8 编码,这时会对变量名称使用 _RAW 后缀。
- mod_access_compat: Fail if a comment is found in an Allow or Deny directive. [Jan Kaluza]
- mod_authz_host: Ignore comments after “Require host”, logging a warning, or logging an error if the line is otherwise empty. [Jan Kaluza, Joe Orton]
- rotatelogs: Fix expansion of %Z in localtime (-l) mode, and fix Y2K38 bug. [Joe Orton]
- mod_ssl: Support SSL DN raw variable extraction without conversion to UTF-8, using _RAW suffix on variable names. [Joe Orton]
- ab: Fix https:// connection failures (regression in 2.4.30); fix crash generating CSV output for large -n. [Joe Orton, Jan Kaluza]
Apache HTTP Server(简称 Apache)是 Apache 软件基金会的一个开放源码的网页服务器,可以在大多数计算机操作系统中运行,由于其多平台和安全性被广泛使用,是最流行的 Web 服务器端软件之一。它快速、可靠并且可通过简单的 API 扩展,将 Perl/Python 等解释器编译到服务器中。
下载地址:http://www.apache.org/dist/httpd/
更新日志:http://www.apache.org/dist/httpd/CHANGES_2.4
转自 http://www.oschina.net/news/94274/apache-http-server-2-4-32-released