我在 Apache2 中安装了许多模块,并在编译时启用。命令httpd -M
显示:
core_module (static)
authn_file_module (static)
...snip...
auth_basic_module (static)
include_module (static)
filter_module (static)
deflate_module (static)
...and so on...
有没有办法删除任何这些静态模块,或者添加静态模块?(虽然我已经加载了 so_module,所以添加静态模块并不是那么必要。如果可能的话,我想知道如何在不重新编译服务器的情况下删除静态模块。
答案1
答案2
如果是静止的,这意味着它被编译进去了。如果不重新编译,就没有简单的方法来添加/删除它们。