From 2c64c0f8348ad16d17dd92b77de16c3a18e6cce1 Mon Sep 17 00:00:00 2001 From: Astrid Malo Date: Sun, 13 Oct 2002 19:50:33 +0000 Subject: [PATCH] updated transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97196 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/new_features_2_0.html.en | 52 +++++++++++++++------------- 1 file changed, 27 insertions(+), 25 deletions(-) diff --git a/docs/manual/new_features_2_0.html.en b/docs/manual/new_features_2_0.html.en index 6e55651ede..841cc79e34 100644 --- a/docs/manual/new_features_2_0.html.en +++ b/docs/manual/new_features_2_0.html.en @@ -20,9 +20,9 @@
New Build System
The build system has been rewritten from scratch to be - based on autoconf and libtool. This makes Apache's - configuration system more similar to that of other - packages.
+ based on autoconf and libtool. + This makes Apache's configuration system more similar to + that of other packages.
Multiprotocol Support
@@ -54,32 +54,32 @@
On systems where IPv6 is supported by the underlying Apache Portable Runtime library, Apache gets IPv6 listening sockets by default. Additionally, the Listen, NameVirtualHost, and VirtualHost directives support - IPv6 numeric address strings (e.g., "Listen - [fe80::1]:8080").
+ IPv6 numeric address strings (e.g., "Listen + [fe80::1]:8080").
Filtering
Apache 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 INCLUDES - filter in mod_include. The module - mod_ext_filter allows external programs to act - as filters in much the same way that CGI programs can act as + be parsed for Server Side Include directives using the + INCLUDES filter in mod_include. The + module mod_ext_filter allows external programs to + act as filters in much the same way that CGI programs can act as handlers.
Multilanguage Error Responses
-
Error response messages to the browser are now provided in - several languages, using SSI documents. They may be customized +
Error response messages to the browser are now provided in + several languages, using SSI documents. They may be customized by the administrator to achieve a consistent look and feel.
Simplified configuration
Many confusing directives have been simplified. The often - confusing Port and BindAddress directives are gone; only the - Listen directive is - used for IP address binding; the ServerName directive specifies the + confusing Port and BindAddress directives + are gone; only the Listen + directive is used for IP address binding; the ServerName directive specifies the server name and port number only for redirection and vhost recognition.
@@ -87,10 +87,10 @@
Apache 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 + file system, providing multilanguage support for all Windows NT-based installations, including Windows 2000 and Windows XP. - This support does not extend to Windows 95, 98 or ME, which - continue to use the machine's local codepage for filesystem + This support does not extend to Windows 95, 98 or ME, which + continue to use the machine's local codepage for filesystem access.
Regular Expression Library Updated
@@ -143,8 +143,8 @@
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.
+ functionality of mod_mmap_static in Apache 1.3, + plus adds further caching abilities.
mod_headers
@@ -159,10 +159,11 @@ more reliable, HTTP/1.1 compliant proxy. In addition, new <Proxy> configuration sections provide more readable (and internally - faster) control of proxied sites; overloaded <Directory - "proxy:..."> configuration are not supported. The module is - now divided into specific protocol support modules including - proxy_connect, proxy_ftp and proxy_http. + faster) control of proxied sites; overloaded <Directory + "proxy:..."> configuration are not supported. The module + is now divided into specific protocol support modules including + proxy_connect, proxy_ftp and + proxy_http.
mod_negotiation
@@ -175,7 +176,7 @@
mod_autoindex
-
Autoindex'ed directory listings can now be configured to +
Autoindex'ed directory listings can now be configured to use HTML tables for cleaner formatting, and allow finer-grained control of sorting, including version-sorting, and wildcard filtering of the directory listing.
@@ -187,7 +188,8 @@ to take place in the main configuration file rather than in the SSI document. Results from regular expression parsing and grouping (now based on Perl's regular expression syntax) can be retrieved - using mod_include's variables $0 .. $9. + using mod_include's variables $0 + .. $9.
mod_auth_dbm
-- 2.40.0