I've got a bunch of modules installed in Apache2, enabled at compile-time. The command httpd -M gives me:
core_module (static)
authn_file_module (static)
...snip...
auth_basic_module (static)
include_module (static)
filter_module (static)
deflate_module (static)
...and so on...
Is there a way to remove any of these static modules, or add static modules? (Although I've got so_module loaded, so I the addition of static modules isn't so necessary. I'd like to know how to remove static modules without recompiling the server, if possible.