Home Operating Systems: Windows
Considerations for building dynamic modules on Windows platforms
There are restrictions that consider when building dynamic modules for Windows platforms.
The following restrictions apply when building a module to run with IBM HTTP Server:
- Link your dynamic module to the libraries that are contained in lib where the server is installed.
- The Apache HTTP Server module API is defined by the header files that are contained in the include where the server is installed. Your module should include any of these header files as needed.
- You must not modify any file or data structure contained in any file in the include where the server is installed.
Related tasks
Extending IHS functionality with third-party plug-in modules