From: Manoj Kasichainula Date: Sat, 22 Jan 2000 04:23:56 +0000 (+0000) Subject: Note that module ordering is now done per-hook. X-Git-Tag: 1.3.13~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a813925d4d480f92aa5aec1fa63ebacd5d42562c;p=apache Note that module ordering is now done per-hook. Suggested by: Ben Laurie. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84509 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/new_features_2_0.html b/docs/manual/new_features_2_0.html index 325696f453..af41cc1185 100644 --- a/docs/manual/new_features_2_0.html +++ b/docs/manual/new_features_2_0.html @@ -39,10 +39,11 @@
New API
The API for modules has changed significantly for 2.0. Many of the - module-ordering problems from 1.3 should be gone, since 2.0 does much - of this automatically now. Also, new calls have been added that should - allow modules to do more without requiring patching of the core Apache - server. + 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. diff --git a/docs/manual/new_features_2_0.html.en b/docs/manual/new_features_2_0.html.en index 325696f453..af41cc1185 100644 --- a/docs/manual/new_features_2_0.html.en +++ b/docs/manual/new_features_2_0.html.en @@ -39,10 +39,11 @@
New API
The API for modules has changed significantly for 2.0. Many of the - module-ordering problems from 1.3 should be gone, since 2.0 does much - of this automatically now. Also, new calls have been added that should - allow modules to do more without requiring patching of the core Apache - server. + 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.