无法重新启动 apache2 分段错误

无法重新启动 apache2 分段错误

在安装 phpmyadmin 之前,我已经安装了 apache 和 phpmyadmin,我的 apache 工作正常,但是安装 phpmyadmin 之后,我的 apache 无法启动并重新启动,并出现如下错误

 * Restarting web server apache2                                         [fail]
 * The apache2 configtest failed.
Output of config test was:
Segmentation fault
Action 'configtest' failed.
The Apache error log may have more information.

我尝试在 google 中搜索同样的问题,但没有找到同样的错误。

这是我的错误日志:

[Fri Sep 23 10:32:13.032287 2016] [mpm_event:notice] [pid 3809:tid 140371482265472] AH00489: Apache/2.4.7 (Ubuntu) configured -- resuming normal operations
[Fri Sep 23 10:32:13.032398 2016] [core:notice] [pid 3809:tid 140371482265472] AH00094: Command line: '/usr/sbin/apache2'
[Fri Sep 23 10:40:26.860892 2016] [mpm_event:notice] [pid 3809:tid 140371482265472] AH00491: caught SIGTERM, shutting down
[Fri Sep 23 10:40:27.922824 2016] [mpm_prefork:notice] [pid 10375] AH00163: Apache/2.4.7 (Ubuntu) configured -- resuming normal operations
[Fri Sep 23 10:40:27.922911 2016] [core:notice] [pid 10375] AH00094: Command line: '/usr/sbin/apache2'
[Fri Sep 23 10:40:29.210515 2016] [mpm_prefork:notice] [pid 10375] AH00169: caught SIGTERM, shutting down
[Fri Sep 23 10:40:30.328600 2016] [mpm_prefork:notice] [pid 10461] AH00163: Apache/2.4.7 (Ubuntu) configured -- resuming normal operations
[Fri Sep 23 10:40:30.328663 2016] [core:notice] [pid 10461] AH00094: Command line: '/usr/sbin/apache2'
[Fri Sep 23 10:41:36.248034 2016] [mpm_prefork:notice] [pid 10461] AH00169: caught SIGTERM, shutting down
[Fri Sep 23 10:41:37.268526 2016] [mpm_prefork:notice] [pid 10523] AH00163: Apache/2.4.7 (Ubuntu) configured -- resuming normal operations
[Fri Sep 23 10:41:37.268591 2016] [core:notice] [pid 10523] AH00094: Command line: '/usr/sbin/apache2'
[Fri Sep 23 10:56:39.090487 2016] [mpm_prefork:notice] [pid 10523] AH00171: Graceful restart requested, doing restart
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
[Fri Sep 23 10:56:40.103084 2016] [mpm_prefork:notice] [pid 10523] AH00163: Apache/2.4.7 (Ubuntu) configured -- resuming normal operations
[Fri Sep 23 10:56:40.103119 2016] [core:notice] [pid 10523] AH00094: Command line: '/usr/sbin/apache2'
[Fri Sep 23 10:56:47.198480 2016] [mpm_prefork:notice] [pid 10523] AH00169: caught SIGTERM, shutting down

如何解决这个问题并让 Apache 再次工作?

谢谢

相关内容