diff --git a/docs/manual/mod/mod_so.xml b/docs/manual/mod/mod_so.xml
index 2c510b9249..df00229d87 100755
--- a/docs/manual/mod/mod_so.xml
+++ b/docs/manual/mod/mod_so.xml
@@ -1,16 +1,17 @@
+
On Unix, the loaded code typically comes from shared object
- files (usually with .so extension), on Windows
- this may either the .so or .dll
+ files (usually with .so extension), on Windows
+ this may either the .so or .dll
extension. This module is only available in Apache 1.3 and
up.
Warning: Apache 1.3 modules cannot be directly used
+ Apache 1.3 modules cannot be directly used
with Apache 2.0 - the module must be modified to dynamically
- load or compile into Apache 2.0
The module name format changed for Windows
with Apache 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 preferred; if you are converting your loadable module for 2.0, - please fix the name to this 2.0 convention.
+ please fix the name to this 2.0 convention.The Apache module API is unchanged between the Unix and Windows versions. Many modules will run on Windows with no or @@ -100,7 +103,7 @@ for Windows .dsp.
This should create a DLL version of your module. Now simply
- place it in the modules directory of your server
+ place it in the modules directory of your server
root, and use the
The LoadModule directive links in the object file or library