size, and mtimehave been used, but the inode factor broke
caching for systems with content fan-out across multiple
back-end servers. Now the fields used in the construction
- can be controlled by configuration directives.
+ can be controlled by configuration directives. Minor MMN
+ bumped; MMN went from 19990320.10 to 19990320.11.
[Ken Coar, from a patch by Phil Dietz]
*) NetWare: Fixed the access forbidden problem when requesting an
* 19990320.8 - add request_rec.case_preserved_filename
* 19990320.9 - renamed alloc.h to ap_alloc.h
* 19990320.10 - add ap_is_rdirectory() and ap_stripprefix()
- * 20011130.11 - Add a couple of fields, callback_data and
+ * 19990320.11 - Add a couple of fields, callback_data and
* filter_callback to the end of buff.h
- * 20020108.0 - Add some fields to the end of the core_dir_config
+ * 19990320.11 - Add some fields to the end of the core_dir_config
* structure
*/
#define MODULE_MAGIC_COOKIE 0x41503133UL /* "AP13" */
#ifndef MODULE_MAGIC_NUMBER_MAJOR
-#define MODULE_MAGIC_NUMBER_MAJOR 20020108
+#define MODULE_MAGIC_NUMBER_MAJOR 19990320
#endif
-#define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */
+#define MODULE_MAGIC_NUMBER_MINOR 11 /* 0...n */
/* Useful for testing for features. */
#define AP_MODULE_MAGIC_AT_LEAST(major,minor) \