Simple question. Hopefully. If I have an existing Apache installation, that was compiled from source, and the source tree is still intact on the system, is it possible to compile and install a couple of additional modules without re-installing all of apache? I'd like to add a few modules such as mod_ldap, mod_auth_ldap, and mod_webdav to an existing Apache web server with as little disruption as possible. Would it work to do a configure, then a make, then do a make install from within the modules sub-directory? My gut feeling is that this would NOT work as mod_ldap requires ldap to be built into apr-util so I bet I'd have to re-install the apr-util stuff.
Aaron