|
If the module comes as a source package then you can compile it and build it as a dynamic shared object (dso). You should be able to do this with the apache extension tool (apxs). Once built, it can be loaded with the LoadModule line in httpd.conf.
Like nasty said though, it doesn't take long for you to recompile apache if the module itself has already been compiled and provided as a binary.
|