You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2010/04/09 14:40:20 UTC

svn commit: r932389 - in /httpd/httpd/trunk/docs/manual/mod: mod_info.html.en mod_info.xml mod_so.html.en mod_so.xml

Author: rbowen
Date: Fri Apr  9 12:40:19 2010
New Revision: 932389

URL: http://svn.apache.org/viewvc?rev=932389&view=rev
Log:
Removes 1.3-specific phrasing in a few places.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_info.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_info.xml
    httpd/httpd/trunk/docs/manual/mod/mod_so.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_so.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_info.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_info.html.en?rev=932389&r1=932388&r2=932389&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_info.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_info.html.en Fri Apr  9 12:40:19 2010
@@ -169,7 +169,6 @@ information displayed by the server-info
 <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

Modified: httpd/httpd/trunk/docs/manual/mod/mod_info.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_info.xml?rev=932389&r1=932388&r2=932389&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_info.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_info.xml Fri Apr  9 12:40:19 2010
@@ -154,7 +154,6 @@ information displayed by the server-info
 <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

Modified: httpd/httpd/trunk/docs/manual/mod/mod_so.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_so.html.en?rev=932389&r1=932388&r2=932389&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_so.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_so.html.en Fri Apr  9 12:40:19 2010
@@ -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>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 mod_so still loads modules with
-    ApacheModuleFoo.dll names, the new naming convention is
+    <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>
 

Modified: httpd/httpd/trunk/docs/manual/mod/mod_so.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_so.xml?rev=932389&r1=932388&r2=932389&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_so.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_so.xml Fri Apr  9 12:40:19 2010
@@ -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>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 mod_so still loads modules with
-    ApacheModuleFoo.dll names, the new naming convention is
+    <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>