방금 우분투 14.04로 업그레이드했는데 이제 apache2가 시작되지 않습니다. 오류가 발생합니다.
root@dennisHome:~# /etc/init.d/apache2 restart
* Restarting web server apache2
...fail!
* The apache2 configtest failed.
구성 테스트 결과는 다음과 같습니다.
apache2: Syntax error on line 244 of /etc/apache2/apache2.conf:
Syntax error on line 1 of /etc/apache2/mods-enabled/authz_default.load: Cannot load /usr/lib/apache2/modules/mod_authz_default.so into server:
/usr/lib/apache2/modules/mod_authz_default.so: cannot open shared object file: No such file or directory
Action 'configtest' failed.
The Apache error log may have more information
mod_authz_default.처럼 보이지 않으므로 더 이상이 문제를 해결하기 위해 어떻게해야합니까?
아파치 구성을 저장하고 Apache를 다시 설치합니다.
—
Ramhound