<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
<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
<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>
<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>