Hope this does the trick.

Bojan
diff -u --new-file --recursive httpd-docs-1.3-vanilla/htdocs/manual/misc/FAQ-D.html httpd-docs-1.3/htdocs/manual/misc/FAQ-D.html
--- httpd-docs-1.3-vanilla/htdocs/manual/misc/FAQ-D.html	Thu Jun 13 13:04:35 2002
+++ httpd-docs-1.3/htdocs/manual/misc/FAQ-D.html	Tue Sep 17 15:08:57 2002
@@ -142,6 +142,10 @@
           messages periodically, when I did not restart the
           server?</a></li>
 
+          <li><a href="#modulemagic">Why am I getting &quot;module
+          &lt;module-name&gt; is not compatible with this version of
+          Apache&quot; messages in my error log?</a></li>
+
         </ol>
       </li>
       <!--#endif -->
@@ -544,6 +548,23 @@
           If they are the same, you can somewhat safely assume that the 
           restart is due to your server logs being rotated.</p>
 
+     <li><a id="modulemagic" name="modulemagic"><b>Why am I getting
+          &quot;module &lt;module-name&gt; is not compatible with this version
+          of Apache&quot; messages in my error log?</b></a>
+      
+          <p>Module Magic Number (MMN) is a constant defined in Apache source
+          that is associated with binary compatibility of modules. It is
+          changed when internal Apache structures, function calls and other
+          significant parts of API change in such a way that binary compatiblity cannot
+          be guaranteed any more. On MMN change, all third party modules have to
+          be at least recompiled, sometimes even slightly changed in order to
+          work with the new version of Apache.</p>
+
+          If you're getting the above error messages, contact the vendor of the
+          module for the new binary, or compile it if you have access to the
+          source code.</p>
+     </li>
+
     </ol>
     <!--#endif -->
     <!--#if expr="$STANDALONE" -->


Reply via email to