<-
Apache > HTTP Server > Documentation > Version 2.4

Dynamic Shared Object (DSO) Support

Available Languages:  en  |  fr  |  ja  |  ko  |  tr 

The Apache HTTP Server is a modular program where the administrator can choose the functionality to include in the server by selecting a set of modules. Modules will be compiled as Dynamic Shared Objects (DSOs) that exist separately from the main httpd binary file. DSO modules may be compiled at the time the server is built, or they may be compiled and added at a later time using the Apache Extension Tool (apxs).

Alternatively, the modules can be statically compiled into the httpd binary when the server is built.

This document describes how to use DSO modules as well as the theory behind their use.

Support Apache!

See also

top

Implementation