From 9da4db7f5aac5a64a790616596144e5d4bec8924 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Fri, 9 Apr 2010 12:40:19 +0000 Subject: [PATCH] Removes 1.3-specific phrasing in a few places. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@932389 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_info.html.en | 1 - docs/manual/mod/mod_info.xml | 1 - docs/manual/mod/mod_so.html.en | 14 ++++++++------ docs/manual/mod/mod_so.xml | 14 ++++++++------ 4 files changed, 16 insertions(+), 14 deletions(-) diff --git a/docs/manual/mod/mod_info.html.en b/docs/manual/mod/mod_info.html.en index edc2781065..4936263e71 100644 --- a/docs/manual/mod/mod_info.html.en +++ b/docs/manual/mod/mod_info.html.en @@ -169,7 +169,6 @@ information displayed by the server-info handler Context:server config, virtual host Status:Extension Module:mod_info -Compatibility:Apache 1.3 and above

This allows the content of string to be shown as HTML interpreted, Additional Information for diff --git a/docs/manual/mod/mod_info.xml b/docs/manual/mod/mod_info.xml index f8a6188990..2fd7c64a21 100644 --- a/docs/manual/mod/mod_info.xml +++ b/docs/manual/mod/mod_info.xml @@ -154,7 +154,6 @@ information displayed by the server-info handler AddModuleInfo module-name string server configvirtual host -Apache 1.3 and above

This allows the content of string to be shown as diff --git a/docs/manual/mod/mod_so.html.en b/docs/manual/mod/mod_so.html.en index 43dbf0d193..14f47227e1 100644 --- a/docs/manual/mod/mod_so.html.en +++ b/docs/manual/mod/mod_so.html.en @@ -68,12 +68,14 @@ Windows

Creating Loadable Modules for Windows

Note

-

The module name format changed for Windows - with Apache HTTP Server 1.3.15 and 2.0 - the modules are now named as - mod_foo.so

- -

While mod_so still loads modules with - ApacheModuleFoo.dll names, the new naming convention is +

On Windows, where loadable files typically have a file extension + of .dll, Apache httpd modules are called + mod_whatever.so, just as they are on other platforms. + However, you may encounter third-party modules, such as PHP for + example, that continue to use the .dll convention.

+ +

While mod_so still loads modules with + ApacheModuleFoo.dll names, the new naming convention is preferred; if you are converting your loadable module for 2.0, please fix the name to this 2.0 convention.

diff --git a/docs/manual/mod/mod_so.xml b/docs/manual/mod/mod_so.xml index c28bc90dc9..8b4fa97faf 100644 --- a/docs/manual/mod/mod_so.xml +++ b/docs/manual/mod/mod_so.xml @@ -55,12 +55,14 @@ Windows
Creating Loadable Modules for Windows Note -

The module name format changed for Windows - with Apache HTTP Server 1.3.15 and 2.0 - the modules are now named as - mod_foo.so

- -

While mod_so still loads modules with - ApacheModuleFoo.dll names, the new naming convention is +

On Windows, where loadable files typically have a file extension + of .dll, Apache httpd modules are called + mod_whatever.so, just as they are on other platforms. + However, you may encounter third-party modules, such as PHP for + example, that continue to use the .dll convention.

+ +

While mod_so still loads modules with + ApacheModuleFoo.dll names, the new naming convention is preferred; if you are converting your loadable module for 2.0, please fix the name to this 2.0 convention.

-- 2.40.0