apache のモジュールを確認する方法のメモ。
■静的モジュール
httpd -l
■読込済みの静的・動的モジュール
httpd -M
■静的モジュール
httpd -l
$ httpd -l Compiled in modules: core.c prefork.c http_core.c mod_so.c
■読込済みの静的・動的モジュール
httpd -M
$ httpd -M Syntax OK Loaded Modules: core_module (static) mpm_prefork_module (static) http_module (static) so_module (static) auth_basic_module (shared) auth_digest_module (shared) authn_file_module (shared) authn_alias_module (shared)