Apache > 로드된 모듈 보기

Redjini WiKi
명령어
apachectl -M
apachectl -D DUMP_MODULES
httpd -D DUMP_MODULES
실행예
[root]# /opt/lampp/bin/apachectl -M
Loaded Modules:
 core_module (static)
 so_module (static)
 http_module (static)
 mpm_prefork_module (static)
 authn_file_module (shared)
 authn_dbm_module (shared)
 authn_anon_module (shared)
 authn_dbd_module (shared)
 authn_socache_module (shared)
 authn_core_module (shared)
 authz_host_module (shared)
 authz_groupfile_module (shared)
 authz_user_module (shared)
 authz_dbm_module (shared)
 authz_owner_module (shared)
 authz_dbd_module (shared)
 authz_core_module (shared)
 authnz_ldap_module (shared)
... (생략)