From: Rich Bowen Date: Tue, 23 Mar 2010 00:07:23 +0000 (+0000) Subject: 'Apache' -> 'Apache HTTP Server' X-Git-Tag: 2.3.6~312 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36d26e472f209e336ae02dc8a268df8fd0d1a599;p=apache 'Apache' -> 'Apache HTTP Server' git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@926409 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/new_features_2_0.html.en b/docs/manual/new_features_2_0.html.en index 2d78b4063d..aab3455811 100644 --- a/docs/manual/new_features_2_0.html.en +++ b/docs/manual/new_features_2_0.html.en @@ -42,7 +42,7 @@
Unix Threading
-
On Unix systems with POSIX threads support, Apache can +
On Unix systems with POSIX threads support, Apache httpd can now run in a hybrid multiprocess, multithreaded mode. This improves scalability for many, but not all configurations.
@@ -50,45 +50,45 @@
The build system has been rewritten from scratch to be based on autoconf and libtool. - This makes Apache's configuration system more similar to + This makes Apache httpd's configuration system more similar to that of other packages.
Multiprotocol Support
-
Apache now has some of the infrastructure in place to +
Apache HTTP Server now has some of the infrastructure in place to support serving multiple protocols. mod_echo has been written as an example.
Better support for non-Unix platforms
-
Apache 2.0 is faster and more stable on non-Unix +
Apache HTTP Server 2.0 is faster and more stable on non-Unix platforms such as BeOS, OS/2, and Windows. With the introduction of platform-specific multi-processing modules (MPMs) and the Apache Portable Runtime (APR), these platforms are now implemented in their native API, avoiding the often buggy and poorly performing POSIX-emulation layers.
-
New Apache API
+
New Apache httpd API
The API for modules has changed significantly for 2.0. Many of the module-ordering/-priority problems from 1.3 should be gone. 2.0 does much of this automatically, and module ordering is now done per-hook to allow more flexibility. Also, new calls have been added that provide additional module capabilities - without patching the core Apache server.
+ without patching the core Apache HTTP Server.
IPv6 Support
On systems where IPv6 is supported by the underlying - Apache Portable Runtime library, Apache gets IPv6 listening + Apache Portable Runtime library, Apache httpd gets IPv6 listening sockets by default. Additionally, the Listen, NameVirtualHost, and VirtualHost directives support IPv6 numeric address strings (e.g., "Listen [2001:db8::1]:8080").
Filtering
-
Apache modules may now be written as filters which act on +
Apache httpd modules may now be written as filters which act on the stream of content as it is delivered to or from the server. This allows, for example, the output of CGI scripts to be parsed for Server Side Include directives using the @@ -114,7 +114,7 @@
Native Windows NT Unicode Support
-
Apache 2.0 on Windows NT now uses utf-8 for all filename +
Apache httpd 2.0 on Windows NT now uses utf-8 for all filename encodings. These directly translate to the underlying Unicode file system, providing multilanguage support for all Windows NT-based installations, including Windows 2000 and Windows XP. @@ -124,7 +124,7 @@
Regular Expression Library Updated
-
Apache 2.0 includes the Perl +
Apache httpd 2.0 includes the Perl Compatible Regular Expression Library (PCRE). All regular expression evaluation now uses the more powerful Perl 5 syntax.
@@ -138,25 +138,25 @@
mod_ssl
-
New module in Apache 2.0. This module is an interface +
New module in Apache httpd 2.0. This module is an interface to the SSL/TLS encryption protocols provided by OpenSSL.
mod_dav
-
New module in Apache 2.0. This module implements the HTTP +
New module in Apache httpd 2.0. This module implements the HTTP Distributed Authoring and Versioning (DAV) specification for posting and maintaining web content.
mod_deflate
-
New module in Apache 2.0. This module allows supporting +
New module in Apache httpd 2.0. This module allows supporting browsers to request that content be compressed before delivery, saving network bandwidth.
mod_auth_ldap
-
New module in Apache 2.0.41. This module allows an LDAP +
New module in Apache httpd 2.0.41. This module allows an LDAP database to be used to store credentials for HTTP Basic Authentication. A companion module, mod_ldap provides connection pooling and results caching.
@@ -168,18 +168,18 @@
mod_charset_lite
-
New module in Apache 2.0. This experimental module allows +
New module in Apache httpd 2.0. This experimental module allows for character set translation or recoding.
mod_file_cache
-
New module in Apache 2.0. This module includes the - functionality of mod_mmap_static in Apache 1.3, - plus adds further caching abilities.
+
New module in Apache httpd 2.0. This module includes the + functionality of mod_mmap_static in Apache HTTP + Server version 1.3, plus adds further caching abilities.
mod_headers
-
This module is much more flexible in Apache 2.0. It can now +
This module is much more flexible in Apache httpd 2.0. It can now modify request headers used by mod_proxy, and it can conditionally set response headers.
diff --git a/docs/manual/new_features_2_0.xml b/docs/manual/new_features_2_0.xml index 20c166f6fe..b45d0c856c 100644 --- a/docs/manual/new_features_2_0.xml +++ b/docs/manual/new_features_2_0.xml @@ -37,7 +37,7 @@
Unix Threading
-
On Unix systems with POSIX threads support, Apache can +
On Unix systems with POSIX threads support, Apache httpd can now run in a hybrid multiprocess, multithreaded mode. This improves scalability for many, but not all configurations.
@@ -45,19 +45,19 @@
The build system has been rewritten from scratch to be based on autoconf and libtool. - This makes Apache's configuration system more similar to + This makes Apache httpd's configuration system more similar to that of other packages.
Multiprotocol Support
-
Apache now has some of the infrastructure in place to +
Apache HTTP Server now has some of the infrastructure in place to support serving multiple protocols. mod_echo has been written as an example.
Better support for non-Unix platforms
-
Apache 2.0 is faster and more stable on non-Unix +
Apache HTTP Server 2.0 is faster and more stable on non-Unix platforms such as BeOS, OS/2, and Windows. With the introduction of platform-specific multi-processing modules (MPMs) and the @@ -65,19 +65,19 @@ implemented in their native API, avoiding the often buggy and poorly performing POSIX-emulation layers.
-
New Apache API
+
New Apache httpd API
The API for modules has changed significantly for 2.0. Many of the module-ordering/-priority problems from 1.3 should be gone. 2.0 does much of this automatically, and module ordering is now done per-hook to allow more flexibility. Also, new calls have been added that provide additional module capabilities - without patching the core Apache server.
+ without patching the core Apache HTTP Server.
IPv6 Support
On systems where IPv6 is supported by the underlying - Apache Portable Runtime library, Apache gets IPv6 listening + Apache Portable Runtime library, Apache httpd gets IPv6 listening sockets by default. Additionally, the Listen, NameVirtualHost, and Filtering -
Apache modules may now be written as filters which act on +
Apache httpd modules may now be written as filters which act on the stream of content as it is delivered to or from the server. This allows, for example, the output of CGI scripts to be parsed for Server Side Include directives using the @@ -114,7 +114,7 @@
Native Windows NT Unicode Support
-
Apache 2.0 on Windows NT now uses utf-8 for all filename +
Apache httpd 2.0 on Windows NT now uses utf-8 for all filename encodings. These directly translate to the underlying Unicode file system, providing multilanguage support for all Windows NT-based installations, including Windows 2000 and Windows XP. @@ -124,7 +124,7 @@
Regular Expression Library Updated
-
Apache 2.0 includes the Perl +
Apache httpd 2.0 includes the Perl Compatible Regular Expression Library (PCRE). All regular expression evaluation now uses the more powerful Perl 5 syntax.
@@ -138,25 +138,25 @@
mod_ssl
-
New module in Apache 2.0. This module is an interface +
New module in Apache httpd 2.0. This module is an interface to the SSL/TLS encryption protocols provided by OpenSSL.
mod_dav
-
New module in Apache 2.0. This module implements the HTTP +
New module in Apache httpd 2.0. This module implements the HTTP Distributed Authoring and Versioning (DAV) specification for posting and maintaining web content.
mod_deflate
-
New module in Apache 2.0. This module allows supporting +
New module in Apache httpd 2.0. This module allows supporting browsers to request that content be compressed before delivery, saving network bandwidth.
mod_auth_ldap
-
New module in Apache 2.0.41. This module allows an LDAP +
New module in Apache httpd 2.0.41. This module allows an LDAP database to be used to store credentials for HTTP Basic Authentication. A companion module, mod_ldap provides connection pooling and results caching.
@@ -168,18 +168,18 @@
mod_charset_lite
-
New module in Apache 2.0. This experimental module allows +
New module in Apache httpd 2.0. This experimental module allows for character set translation or recoding.
mod_file_cache
-
New module in Apache 2.0. This module includes the - functionality of mod_mmap_static in Apache 1.3, - plus adds further caching abilities.
+
New module in Apache httpd 2.0. This module includes the + functionality of mod_mmap_static in Apache HTTP + Server version 1.3, plus adds further caching abilities.
mod_headers
-
This module is much more flexible in Apache 2.0. It can now +
This module is much more flexible in Apache httpd 2.0. It can now modify request headers used by mod_proxy, and it can conditionally set response headers.