강좌 & 팁
우분투를 설치 하고 나서 apt-get 명령어를 이용하여 apache2를 설치 한 후, 명령어를 다음과 같이 apache2 에 옵션을 대문자 V로 하여 실행을 하면 현재 apache2가 서버의 MPM 실행모드가 어떤것인지 다음과 같이 확인 해 볼 수 있습니다.
아래의 내용은 설정파일("/etc/apache2/apache2.conf" )의 전체 내용 입니다.
# ### Section 1: Global Environment # # # # # # # ## # prefork MPM # worker MPM # event MPM # These need to be set in /etc/apache2/envvars # AccessFileName .htaccess # #
# ErrorLog: The location of the error log file. # # Include module configuration: # Include all the user configurations: # Include ports listing # # Include of directories ignores editors' and dpkg's backup files, # Include generic snippets of statements # Include the virtual host configurations:
|
apache2는 다중처리모듈 (MPMs)이라는 교체할 수 있는 동기화 모델을 지원 합니다.