apache2.service的作业失败,因为控制进程退出并显示错误代码

时间:2017-03-10 07:43:49

标签: apache python-3.x

当我重启我的apache2时,我收到了此错误的消息

Job for apache2.service failed because the control process exited with error code. See "systemctl status apache2.service" and "journalctl -xe" for details.

我将此代码插入/etc/apache2/sites-enabled/000-default.conf

<VirtualHost *:80>
<Directory /var/www/test>
        Options +ExecCGI
        DirectoryIndex index.py
</Directory>
AddHandler cgi-script .py

...

DocumentRoot /var/www/test

...

当我删除代码时,我的apache可以正常重启,但我需要这段代码在我的ubuntu 16.04上运行cgi

我关注此链接https://www.digitalocean.com/community/tutorials/how-to-set-up-an-apache-mysql-and-python-lamp-server-without-frameworks-on-ubuntu-14-04

请帮忙。

2 个答案:

答案 0 :(得分:0)

如果您使用

sudo apt-get install apache2

安装Apache2

你可以尝试一下!

 sudo a2enmod proxy proxy_ajp proxy_balancer proxy_connect proxy_ftp proxy_http

答案 1 :(得分:0)

你好,这是黑色威胁, 的解决方案“ apache2.service Failed because the Control Process Exited with Error Code”是

$ cd /etc/apache2/

$ sudo nano apache2.conf 然后找到 “包括/etc/phpmyadmin/apache.conf”

把上面那行去掉保存,然后运行

$ sudo 服务 apache2 重启

这样做后你就完成了。谢谢