dimitryous r. wrote:

Before buiding Apache2 again I would like to know how and where to control the list of modules to be build-in or cretad separately in the /modules/ directory.

If you would like to build mod_info as a build-in module, try this:

        ./configure --enable-info ...

else if you would like to build mod_info as a separate dso module:

        ./configure --enable-info=shared ...

Reply via email to