Module structure initializers
[Configuration]


マクロ定義

#define STANDARD_MODULE_STUFF   this_module_needs_to_be_ported_to_apache_2_0
#define STANDARD20_MODULE_STUFF
#define MPM20_MODULE_STUFF

説明

Initializer for the first few module slots, which are only really set up once we start running. Note that the first two slots provide a version check; this should allow us to deal with changes to the API. The major number should reflect changes to the API handler table itself or removal of functionality. The minor number should reflect additions of functionality to the existing API. (the server can detect an old-format module, and either handle it back-compatibly, or at least signal an error). See src/include/ap_mmn.h for MMN version history.

マクロ定義

#define MPM20_MODULE_STUFF

値:

MODULE_MAGIC_NUMBER_MAJOR, \
                                MODULE_MAGIC_NUMBER_MINOR, \
                                -1, \
                                __FILE__, \
                                NULL, \
                                NULL, \
                                MODULE_MAGIC_COOKIE
Use this only in MPMs

#define STANDARD20_MODULE_STUFF

値:

MODULE_MAGIC_NUMBER_MAJOR, \
                                MODULE_MAGIC_NUMBER_MINOR, \
                                -1, \
                                __FILE__, \
                                NULL, \
                                NULL, \
                                MODULE_MAGIC_COOKIE, \
                                NULL
Use this in all standard modules

#define STANDARD_MODULE_STUFF   this_module_needs_to_be_ported_to_apache_2_0

The one used in Apache 1.3, which will deliberately cause an error


Apacheに対してSun Jul 19 22:05:27 2009に生成されました。  doxygen 1.4.7