I have an operational and compiled from source Apache installation with shared modules enabled.
I now want to use mod_proxy but at the time I built my Apache server I didn't know I would need this and I didn't specify --enable-mod_proxy=shared and --enable-mod_proxy_http=shared when I ran ./configure.
On this page it suggests that I can do:
$ ./configure --prefix=/path/to/install --enable-foo=shared
$ make install
Will this only build the module specified and install it to the --prefix path, or will it rebuild all of Apache and redeploy that too?