"아파치 로드된 모듈 목록 보기"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
(사용자 2명의 중간 판 10개는 보이지 않습니다)
4번째 줄: 4번째 줄:
;아파치 연동 모듈 목록
;아파치 연동 모듈 목록


==명령어==
==방법1: apahcectl 계열==
<source lang='bash'>
{{소스헤더|명령어 예시}}
<syntaxhighlight lang='bash'>
# 우분투, 데비안
apachectl -M
apache2ctl -M
apachectl -D DUMP_MODULES
apachectl -D DUMP_MODULES
apache2ctl -D DUMP_MODULES
# CentOS
httpd -D DUMP_MODULES
httpd -D DUMP_MODULES
</source>
</syntaxhighlight>


==실행예시==
{{소스헤더|실행 예시}}
<source lang='cli'>
<syntaxhighlight lang='console'>
[root@zetawiki ~]# apachectl -D DUMP_MODULES
[root@zetawiki ~]# apachectl -D DUMP_MODULES
Loaded Modules:
Loaded Modules:
72번째 줄: 78번째 줄:
  php5_module (shared)
  php5_module (shared)
Syntax OK
Syntax OK
</source>
</syntaxhighlight>
 
==방법2: a2query==
{{참고|a2query -m}}
<syntaxhighlight lang='console'>
root@zetawiki:~# a2query -m
status (enabled by maintainer script)
php7.1 (enabled by maintainer script)
auth_basic (enabled by maintainer script)
rewrite (enabled by site administrator)
authz_user (enabled by maintainer script)
mpm_prefork (enabled by maintainer script)
filter (enabled by maintainer script)
autoindex (enabled by maintainer script)
alias (enabled by maintainer script)
authz_host (enabled by maintainer script)
dir (enabled by maintainer script)
negotiation (enabled by maintainer script)
authn_file (enabled by maintainer script)
env (enabled by maintainer script)
mime (enabled by maintainer script)
authz_core (enabled by maintainer script)
setenvif (enabled by maintainer script)
deflate (enabled by maintainer script)
authn_core (enabled by maintainer script)
access_compat (enabled by maintainer script)
</syntaxhighlight>


==같이 보기==
==같이 보기==
*[[아파치 mod_security 비활성화하기]]
* [[DSO]]
*[[아파치 mod_dav 설정]]
* [[아파치]]
*[[mod_python 설치]]
* [[우분투 a2query]]
*[[아파치]]
* [[리눅스 apachectl]]
*[[DSO]]
* [[mod_python 설치]]
*[[apachectl]]
* [[아파치 mod_dav 설정]]
*[[Python 연동 모듈 확인]]
* [[Python 연동 모듈 확인]]
* [[아파치 mod_security 비활성화하기]]


==참고 자료==
==참고==
*http://adminuser.wordpress.com/2008/06/12/list-all-the-loaded-modules-apache/
*http://adminuser.wordpress.com/2008/06/12/list-all-the-loaded-modules-apache/


[[분류: 아파치]]
[[분류: 아파치 모듈]]

2021년 9월 24일 (금) 23:24 기준 최신판

List all the loaded modules on apache
아파치 로드된 모듈 목록 보기
아파치 적재된 모듈 목록
아파치 연동 모듈 목록

1 방법1: apahcectl 계열[ | ]

명령어 예시
# 우분투, 데비안
apachectl -M
apache2ctl -M
apachectl -D DUMP_MODULES
apache2ctl -D DUMP_MODULES
# CentOS
httpd -D DUMP_MODULES
실행 예시
[root@zetawiki ~]# apachectl -D DUMP_MODULES
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)
 authn_anon_module (shared)
 authn_dbm_module (shared)
 authn_default_module (shared)
 authz_host_module (shared)
 authz_user_module (shared)
 authz_owner_module (shared)
 authz_groupfile_module (shared)
 authz_dbm_module (shared)
 authz_default_module (shared)
 ldap_module (shared)
 authnz_ldap_module (shared)
 include_module (shared)
 log_config_module (shared)
 logio_module (shared)
 env_module (shared)
 ext_filter_module (shared)
 mime_magic_module (shared)
 expires_module (shared)
 deflate_module (shared)
 headers_module (shared)
 usertrack_module (shared)
 setenvif_module (shared)
 mime_module (shared)
 dav_module (shared)
 status_module (shared)
 autoindex_module (shared)
 info_module (shared)
 dav_fs_module (shared)
 vhost_alias_module (shared)
 negotiation_module (shared)
 dir_module (shared)
 actions_module (shared)
 speling_module (shared)
 userdir_module (shared)
 alias_module (shared)
 rewrite_module (shared)
 proxy_module (shared)
 proxy_balancer_module (shared)
 proxy_ftp_module (shared)
 proxy_http_module (shared)
 proxy_connect_module (shared)
 cache_module (shared)
 suexec_module (shared)
 disk_cache_module (shared)
 cgi_module (shared)
 version_module (shared)
 unique_id_module (shared)
 security2_module (shared)
 php5_module (shared)
Syntax OK

2 방법2: a2query[ | ]

root@zetawiki:~# a2query -m 
status (enabled by maintainer script)
php7.1 (enabled by maintainer script)
auth_basic (enabled by maintainer script)
rewrite (enabled by site administrator)
authz_user (enabled by maintainer script)
mpm_prefork (enabled by maintainer script)
filter (enabled by maintainer script)
autoindex (enabled by maintainer script)
alias (enabled by maintainer script)
authz_host (enabled by maintainer script)
dir (enabled by maintainer script)
negotiation (enabled by maintainer script)
authn_file (enabled by maintainer script)
env (enabled by maintainer script)
mime (enabled by maintainer script)
authz_core (enabled by maintainer script)
setenvif (enabled by maintainer script)
deflate (enabled by maintainer script)
authn_core (enabled by maintainer script)
access_compat (enabled by maintainer script)

3 같이 보기[ | ]

4 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}