当我重新启动我的apache 2我得到这个错误的消息
Job for apache2.service failed because the control process exited with error code. See "systemctl status apache2.service" and "journalctl -xe" for details.
我将此代码插入到/etc/apache 2/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可以正常重启,但我需要这个代码运行cgi在我的ubuntu16.04
我跟随这个链接https://www.digitalocean.com/community/tutorials/how-to-set-up-an-apache-mysql-and-python-lamp-server-without-frameworks-on-ubuntu-14-04
请帮帮忙。
4条答案
按热度按时间nr7wwzry1#
您好,这里是thebackthreat,“apache2.service Failed because the Control Process Exited with Error Code”(apache2.service失败,因为控制进程已退出并返回错误代码)的解决方案是
$ cd /等/apache 2/
/etc/phpmyadmin/apache.conf文件中的所有文件都是空的。
删除上面的行并保存,然后运行
$ sudo服务apache 2重新启动
做完这件事你就可以了。谢谢。
csbfibhn2#
如果您使用
安装Apache 2
你可以试试!
31moq8wy3#
这可能是/opt/lampp/etc/extra/httpd-vhosts.conf中的语法错误,如果使用XAMPP,删除它,一切都会开始工作
kxxlusnw4#
运行systemctl status apache2. service以更清楚地了解导致错误的原因。我也遇到过类似的问题,但当我运行该命令时,我很容易就解决了这个问题。