[Apache] apache 2.2.15 MPM worker 변경

//[Apache] apache 2.2.15 MPM worker 변경

[Apache] apache 2.2.15 MPM worker 변경

apache 2.2.15 [2.4버전은 약간 다름]

아파치 설치시 기본 MPM 모드는 prefork 모드로 설치 된다

현재 컴파일된 방식 확인
httpd -V

worker 방식으로 변경
vi /etc/sysconfig/httpd
HTTPD=/usr/sbin/httpd.worker   /주석해제

worker 방식으로 설정 변경
service httpd restart
[참고] apache restart 로 재시작시 MPM변경 적용이 안되고 apache stop / start 로 재시작해야 적용됨

worker 컴파일 세팅 확인
httpd.worker -V

변경 확인
pstree
prefork 방식일때

worker 방식일때

About the Author: