我希望 php 能够工作,但是当我这样做sudo a2enmod php7.0
时sudo service apache2 restart
我就会得到Job for apache2.service failed because the control process exited with error code. See "systemctl status apache2.service" and "journactl -xe" for details.
。
我的配置(/etc/apache2/sites-available/000-default.conf
)如下所示(单击链接):http://pastebin.com/1DqKZB9N
服务器在没有 php 的情况下运行,那么我该如何修复这个错误?