root@ubuntu1604# systemctl restart apache2
Job for apache2.service failed because the control process exited with error code. See "systemctl status apache2.service" and "journalctl -xe" for details.
root@ubuntu1604# systemctl status apache2AH00526: Syntax error on line 226 of /etc/apache2/apache2.conf:
Invalid command 'Action', perhaps misspelled or defined by a module not included in the server conf
解决办法
root@ubuntu1604# a2enmod actions
在Ubuntu系统中,重启Apache2服务时出现控制进程退出错误代码的问题,查看状态发现是配置文件中存在语法错误,'Action'命令无效,可能拼写错误或模块未包含在服务器配置中,博客后续应会给出解决办法。
345

被折叠的 条评论
为什么被折叠?



