This module provides for loading of executable code and modules into the server at start-up or restart time.
On selected operating systems it can be used to load modules into Apache at runtime via the Dynamic Shared Object (DSO) mechanism, rather than requiring a recompilation.
On Unix, the loaded code typically comes from shared object files (usually with .so extension), whilst on Windows this module loads DLL files.
| |
Characteristics :
- desactived by default
- implements configuration commands
|