![]() |
![]() |
![]() ![]() |
Building dynamic modules on Windows operating systems |
This section provides information on building dynamic modules on Windows operating systems. This information includes identifying source files, building a module and identifying restrictions. Links to related topics appear at the end of this section. |
|
To write a module that works with the server for Windows operating systems, use the header files included when you install the IBM HTTP Server. See Building dynamic shared object modules or dynamic link libraries with the IBM HTTP Server for more detailed information. Identifying source files included in the installationInstalling the source code also creates an src directory in the server root directory. This directory contains the following directories:
Building a moduleTo build a module:
Identifying restrictionsThe following restrictions apply, when building a module to run with the IBM HTTP Server:
(Back to the top) |