반응형
Apache 모듈을 확인하기 위해서는 httpd 프로세스를 확인하여 Apache HOME 디렉터리를 확인합니다.
Apache HOME 디렉터리를 확인했다면 apachectl.sh 파일이 있는 sbin 디렉터리로 이동하여 모듈을 확인합니다.
# ps -ef | grep httpd
# cd /APACHE/jbcs-httpd24-2.4/httpd/sbin
<확인 방법 1>
./apachectl -f /APACHE/jbcs-httpd24-2.4/httpd/conf/httpd.conf -M
<확인 방법 2>
./httpd -f /APACHE/jbcs-httpd24-2.4/httpd/conf/httpd.conf -t -D DUMP_MODULES
Loaded Modules:
core_module (static)
so_module (static)
http_module (static)
access_compat_module (shared)
actions_module (shared)
allowmethods_module (shared)
auth_basic_module (shared)
... 이하 생략 ...
반응형
'IT 이야기 > Apache' 카테고리의 다른 글
[JBCS-Apache HTTP Server] JBCS(jBoss Core Services)-Apache HTTP Server란? (0) | 2019.12.09 |
---|---|
[Apache] Apache에서 동시 접속자 수를 변경하기 (0) | 2019.11.29 |
[Apache] Apache 버전 확인 시 httpd Syntax error 발생 (0) | 2019.11.28 |
[Apache] 특정 URL을 인스턴스명으로 바로 호출하도록 설정 (0) | 2019.11.28 |
[Apache] httpd 서비스를 종료하지 않고 설정 변경사항만 적용 (0) | 2019.11.25 |
댓글