博客
关于我
apache2不能重启
阅读量:411 次
发布时间:2019-03-05

本文共 304 字,大约阅读时间需要 1 分钟。

出现问题

[....] Starting apache2 (via systemctl): apache2.serviceJob for apache2.service failed because the control process exited with error code.See "systemctl status apache2.service" and "journalctl -xe" for details. failed!

解决方案

经过测试卸载并清除软件包的配置即可解决

sudo apt-get purge apache2
sudo apt-get install apache2

转载地址:http://mbjwz.baihongyu.com/

你可能感兴趣的文章
mysql会员求积分_MySql-统计所有会员的最高前10次的积分和
查看>>
mysql会对联合索性排序优化_MySQL索引优化实战
查看>>
MySQL作为服务端的配置过程与实际案例
查看>>
Mysql使用命令行备份数据
查看>>
MySQL保姆级教程(SQL语法基础篇)从小白到高手的进阶指南,收藏这一篇就够了
查看>>