]> granicus.if.org Git - apache/commitdiff
Removes 1.3-specific phrasing in a few places.
authorRich Bowen <rbowen@apache.org>
Fri, 9 Apr 2010 12:40:19 +0000 (12:40 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 9 Apr 2010 12:40:19 +0000 (12:40 +0000)
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
docs/manual/mod/mod_info.xml
docs/manual/mod/mod_so.html.en
docs/manual/mod/mod_so.xml

index edc2781065c8f9953bc19a3ee457301cfe973b30..4936263e71049d79bee6b40a4559e53605e1e80c 100644 (file)
@@ -169,7 +169,6 @@ information displayed by the server-info handler</td></tr>
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_info</td></tr>
-<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Apache 1.3 and above</td></tr>
 </table>
     <p>This allows the content of <var>string</var> to be shown as
     HTML interpreted, <strong>Additional Information</strong> for
index f8a618899080c637774ffa0490ce9fb0744b433d..2fd7c64a21e84dc5aa868b16276e064bc75fbb76 100644 (file)
@@ -154,7 +154,6 @@ information displayed by the server-info handler</description>
 <syntax>AddModuleInfo <var>module-name</var> <var>string</var></syntax>
 <contextlist><context>server config</context><context>virtual host</context>
 </contextlist>
-<compatibility>Apache 1.3 and above</compatibility>
 
 <usage>
     <p>This allows the content of <var>string</var> to be shown as
index 43dbf0d1934da6f86899737f2e29601c861ea7da..14f47227e15cf8b4da4865dc29c938aeb073956e 100644 (file)
@@ -68,12 +68,14 @@ Windows</td></tr></table>
 <h2><a name="windows" id="windows">Creating Loadable Modules for Windows</a></h2>
 
     <div class="note"><h3>Note</h3>
-    <p>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</p>
-
-    <p>While mod_so still loads modules with
-    ApacheModuleFoo.dll names, the new naming convention is
+    <p>On Windows, where loadable files typically have a file extension
+    of <code>.dll</code>, Apache httpd modules are called
+    <code>mod_whatever.so</code>, just as they are on other platforms.
+    However, you may encounter third-party modules, such as PHP for
+    example, that continue to use the <code>.dll</code> convention.</p>
+
+    <p>While <code>mod_so</code> still loads modules with
+    <code>ApacheModuleFoo.dll</code> 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.</p></div>
 
index c28bc90dc9237c67c178ef7c04ca509837641d2f..8b4fa97faf99c721b12717f871dd85ff54ebb536 100644 (file)
@@ -55,12 +55,14 @@ Windows</compatibility>
 <section id="windows"><title>Creating Loadable Modules for Windows</title>
 
     <note><title>Note</title>
-    <p>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</p>
-
-    <p>While mod_so still loads modules with
-    ApacheModuleFoo.dll names, the new naming convention is
+    <p>On Windows, where loadable files typically have a file extension
+    of <code>.dll</code>, Apache httpd modules are called
+    <code>mod_whatever.so</code>, just as they are on other platforms.
+    However, you may encounter third-party modules, such as PHP for
+    example, that continue to use the <code>.dll</code> convention.</p>
+
+    <p>While <code>mod_so</code> still loads modules with
+    <code>ApacheModuleFoo.dll</code> 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.</p></note>