I'd like to know if dynamic modules have been considered for apache? I see that there are dynamic modules for perl and python. This is somewhat motivated by my previous post about stacking and having the a version of apache with superset of features for all configs.
It may be difficult to control, but as long as the loadable modules themselves do not have dynamic library depencies, there still wouldn't be any real dynamic library loading. It seems like it would be possible to preserve location independence by relative module load paths and a common ServerRoot. Last, is apache2 being worked on to get the module list up to date? -Dave