說明:php
有的時候,須要查看當前apache中都加載了哪些模塊,經過如下命令進行查看apache
[root@hadoop1 httpd-2.4.39]# bin/apachectl -t -D DUMP_MODULES Loaded Modules: core_module (static) so_module (static) http_module (static) mpm_event_module (static) authn_file_module (shared) authn_core_module (shared) authz_host_module (shared) authz_groupfile_module (shared) authz_user_module (shared) authz_core_module (shared) access_compat_module (shared) auth_basic_module (shared) reqtimeout_module (shared) filter_module (shared) mime_module (shared) log_config_module (shared) env_module (shared) headers_module (shared) setenvif_module (shared) version_module (shared) unixd_module (shared) status_module (shared) autoindex_module (shared) cgid_module (shared) dir_module (shared) alias_module (shared) php7_module (shared)
備註:若是配置了PATH則能夠執行上述命令。php7
文檔建立時間:2019年7月3日15:22:44oop