slive 2002/09/17 07:01:26
Modified: htdocs/manual/misc FAQ-D.html
Log:
MMN FAQ.
Submitted by: Bojan Smojver <[EMAIL PROTECTED]>
Revision Changes Path
1.18 +23 -1 httpd-docs-1.3/htdocs/manual/misc/FAQ-D.html
Index: FAQ-D.html
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/misc/FAQ-D.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -b -u -r1.17 -r1.18
--- FAQ-D.html 13 Jun 2002 03:04:35 -0000 1.17
+++ FAQ-D.html 17 Sep 2002 14:01:26 -0000 1.18
@@ -142,6 +142,10 @@
messages periodically, when I did not restart the
server?</a></li>
+ <li><a href="#modulemagic">Why am I getting "module
+ <em>module-name</em> is not compatible with this version of
+ Apache" messages in my error log?</a></li>
+
</ol>
</li>
<!--#endif -->
@@ -543,6 +547,24 @@
rotated. Compare the time of rotation to the error menage time.
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
+ "module <em>module-name</em> is not compatible with this
version
+ of Apache" 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>
+
+ <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 -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]