小编Den*_*isk的帖子

Ubuntu 14.04 升级破坏了 Apache2

我刚刚升级到 ubuntu 14.04,现在 apache2 无法启动,出现错误:

root@dennisHome:~# /etc/init.d/apache2 restart
* Restarting web server apache2
...fail!
* The apache2 configtest failed.
Run Code Online (Sandbox Code Playgroud)

配置测试的输出是:

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
Run Code Online (Sandbox Code Playgroud)

看起来 mod_authz_default.so 已经不存在了,我该怎么做才能解决这个问题?

linux apache-http-server ubuntu

11
推荐指数
1
解决办法
3万
查看次数

标签 统计

apache-http-server ×1

linux ×1

ubuntu ×1