Vagrant의 Ubuntu Precise64에서 Apache2 실행 시작하려고하면 다음과 같이 말합니다.
vagrant@precise64:/etc/apache2$ /etc/init.d/apache2 start
* Starting web server apache2
*
* The apache2 configtest failed.
Output of config test was:
AH00534: apache2: Configuration error: No MPM loaded.
Action 'configtest' failed.
The Apache error log may have more information.
그러나 문제는 내 /etc/apache2/apache2.conf
파일이 어디서나 MPM을 요구하지 않는다는 것입니다 ! 나는 여기에 붙여 넣을 것이지만 거대한 게시물을 만들 것입니다 ...
오류 로그를 찾으려고 시도했지만 어느 곳에서도 찾을 수 없습니다. 도움?
편집 : apache2 -l
이것을 제공합니다 :
vagrant@precise64:/$ apache2 -l
Compiled in modules:
core.c
mod_so.c
mod_watchdog.c
http_core.c
mod_log_config.c
mod_logio.c
mod_version.c
mod_unixd.c
mod_unixd.c
mpm이 설치되지 않은 것 같습니다. MPM이 설치되어 있지 않고 구성 파일에 언급 된 MPM이 없는데 왜이 오류가 계속 발생합니까?