From: Joshua Slive Date: Thu, 12 Oct 2000 00:19:37 +0000 (+0000) Subject: Just a scratch of a start of an upgrading doc. It would help if people X-Git-Tag: APACHE_2_0_ALPHA_8~398 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf1c2565d29d3e3c8d0b859fb50888198715dbe0;p=apache Just a scratch of a start of an upgrading doc. It would help if people note any changes here that will affect end-user configuration. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86550 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/index.html b/docs/manual/index.html index 1be6b2074c..fd56350ac2 100644 --- a/docs/manual/index.html +++ b/docs/manual/index.html @@ -20,6 +20,7 @@

Release Notes

diff --git a/docs/manual/index.html.en b/docs/manual/index.html.en index 1be6b2074c..fd56350ac2 100644 --- a/docs/manual/index.html.en +++ b/docs/manual/index.html.en @@ -20,6 +20,7 @@

Release Notes

diff --git a/docs/manual/new_features_2_0.html b/docs/manual/new_features_2_0.html index d0ae3450eb..ec82aa4729 100644 --- a/docs/manual/new_features_2_0.html +++ b/docs/manual/new_features_2_0.html @@ -9,7 +9,7 @@

Overview of New Features in Apache 2.0

-

Enhancements: Core | +

Enhancements: Core | Module


@@ -45,6 +45,29 @@ allow modules to do more without requiring patching of the core Apache server. +


+ +

Module Enhancements:

+ +
+ +
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_charset_lite
New module in Apache 2.0. +This experimental module allows for character set translation +or recoding. + +
+ diff --git a/docs/manual/new_features_2_0.html.en b/docs/manual/new_features_2_0.html.en index d0ae3450eb..ec82aa4729 100644 --- a/docs/manual/new_features_2_0.html.en +++ b/docs/manual/new_features_2_0.html.en @@ -9,7 +9,7 @@

Overview of New Features in Apache 2.0

-

Enhancements: Core | +

Enhancements: Core | Module


@@ -45,6 +45,29 @@ allow modules to do more without requiring patching of the core Apache server. +


+ +

Module Enhancements:

+ +
+ +
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_charset_lite
New module in Apache 2.0. +This experimental module allows for character set translation +or recoding. + +
+ diff --git a/docs/manual/upgrading.html b/docs/manual/upgrading.html new file mode 100644 index 0000000000..990a064936 --- /dev/null +++ b/docs/manual/upgrading.html @@ -0,0 +1,94 @@ + + +Upgrading to 2.0 from 1.3 + + + + + +

Upgrading to 2.0 from 1.3

+ +

In order to assist folks upgrading, we maintain a document +describing information critical to existing Apache users. These are +intended to be brief notes, and you should be able to find more +information in either the New +Features document, or in the src/CHANGES file. + +

Compile-Time Configuration Changes

+ + + +

Run-Time Configuration Changes

+ + + +

Misc Changes

+ + + +

Third Party Modules

+ +

Extensive changes were made to the server API in Apache 2.0. +Existing modules designed for the Apache 1.3 API will not +work in Apache 2.0 without modification. Details to follow. + + + + diff --git a/docs/manual/upgrading.html.en b/docs/manual/upgrading.html.en new file mode 100644 index 0000000000..990a064936 --- /dev/null +++ b/docs/manual/upgrading.html.en @@ -0,0 +1,94 @@ + + +Upgrading to 2.0 from 1.3 + + + + + +

Upgrading to 2.0 from 1.3

+ +

In order to assist folks upgrading, we maintain a document +describing information critical to existing Apache users. These are +intended to be brief notes, and you should be able to find more +information in either the New +Features document, or in the src/CHANGES file. + +

Compile-Time Configuration Changes

+ + + +

Run-Time Configuration Changes

+ + + +

Misc Changes

+ + + +

Third Party Modules

+ +

Extensive changes were made to the server API in Apache 2.0. +Existing modules designed for the Apache 1.3 API will not +work in Apache 2.0 without modification. Details to follow. + + + +