From: William A. Rowe Jr Date: Fri, 10 Nov 2000 04:24:16 +0000 (+0000) Subject: Just some things I noticed letting someone else have some desktop time. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ffd3615e9206648e22479ae10fb4c2c1f25cadf2;p=apache Just some things I noticed letting someone else have some desktop time. Guess homework isn't a bad sacrifice, actually read some docs :-) Correct me if I'm wrong on the mod_auth_digest changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86901 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mpm.html b/docs/manual/mpm.html index de049532b5..75c4deb8d1 100644 --- a/docs/manual/mpm.html +++ b/docs/manual/mpm.html @@ -55,8 +55,8 @@ Maintainer -winnt -The Windows MPM. This is mainly aimed at Windows NT. +mpm_winnt +The Windows MPM, this is a multi-threaded model with a parent watchdog process. Bill Stoddard diff --git a/docs/manual/mpm.html.en b/docs/manual/mpm.html.en index de049532b5..75c4deb8d1 100644 --- a/docs/manual/mpm.html.en +++ b/docs/manual/mpm.html.en @@ -55,8 +55,8 @@ Maintainer -winnt -The Windows MPM. This is mainly aimed at Windows NT. +mpm_winnt +The Windows MPM, this is a multi-threaded model with a parent watchdog process. Bill Stoddard diff --git a/docs/manual/new_features_2_0.html b/docs/manual/new_features_2_0.html index ec82aa4729..c537c37472 100644 --- a/docs/manual/new_features_2_0.html +++ b/docs/manual/new_features_2_0.html @@ -31,19 +31,19 @@ multiple protocols. mod_echo has been written as an example.
Better support for non-Unix platforms -
Apache 2.0 should be faster and more stable on non-Unix platforms such - as BeOS, OS/2, and Windows. With the introduction of platform-specific - multiprocessing modules (MPM) and the Apache Portable Runtime, these - platforms can now avoid using POSIX-emulation functions that are - sometimes buggy and always hurt performance. +
Apache 2.0 is faster and more stable on non-Unix platforms such as + BeOS, OS/2, and Windows. With the introduction of platform-specific + multiprocessing modules (MPM) 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.
A list of the MPM's currently available is here. -
New API + +
New Apache API
The API for modules has changed significantly for 2.0. Many of the module-ordering 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 should - allow modules to do more without requiring patching of the core - Apache server. + allow more flexibility. Also, new calls have been added that provide + additional module capabilities without patching the core Apache server.


@@ -54,18 +54,23 @@
mod_auth_db
Now supports Berkely DB 3.0 -
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. - -
mod_dav -
New module in Apache 2.0. This module implements the -HTTP Distributed Authoring and Versioning (DAV) specification. +
mod_auth_digest +
Includes additional support for session caching across processes +using shared memory.
mod_charset_lite
New module in Apache 2.0. This experimental module allows for character set translation or recoding. +
mod_dav +
New module in Apache 2.0. This module implements the +HTTP Distributed Authoring and Versioning (DAV) specification for +posting and maintaining web content. + +
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. + diff --git a/docs/manual/new_features_2_0.html.en b/docs/manual/new_features_2_0.html.en index ec82aa4729..c537c37472 100644 --- a/docs/manual/new_features_2_0.html.en +++ b/docs/manual/new_features_2_0.html.en @@ -31,19 +31,19 @@ multiple protocols. mod_echo has been written as an example.
Better support for non-Unix platforms -
Apache 2.0 should be faster and more stable on non-Unix platforms such - as BeOS, OS/2, and Windows. With the introduction of platform-specific - multiprocessing modules (MPM) and the Apache Portable Runtime, these - platforms can now avoid using POSIX-emulation functions that are - sometimes buggy and always hurt performance. +
Apache 2.0 is faster and more stable on non-Unix platforms such as + BeOS, OS/2, and Windows. With the introduction of platform-specific + multiprocessing modules (MPM) 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.
A list of the MPM's currently available is here. -
New API + +
New Apache API
The API for modules has changed significantly for 2.0. Many of the module-ordering 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 should - allow modules to do more without requiring patching of the core - Apache server. + allow more flexibility. Also, new calls have been added that provide + additional module capabilities without patching the core Apache server.


@@ -54,18 +54,23 @@
mod_auth_db
Now supports Berkely DB 3.0 -
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. - -
mod_dav -
New module in Apache 2.0. This module implements the -HTTP Distributed Authoring and Versioning (DAV) specification. +
mod_auth_digest +
Includes additional support for session caching across processes +using shared memory.
mod_charset_lite
New module in Apache 2.0. This experimental module allows for character set translation or recoding. +
mod_dav +
New module in Apache 2.0. This module implements the +HTTP Distributed Authoring and Versioning (DAV) specification for +posting and maintaining web content. + +
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. +