"linux/apache/module"의 두 판 사이의 차이

Redjini WiKi
< linux‎ | apache
잔글 (Acepro님이 linux/apache/로드된 모듈 보기 문서를 linux/apache/module 문서로 이동했습니다)
 
(차이 없음)

2017년 11월 9일 (목) 08:42 기준 최신판

명령어
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)
... (생략)