Apache无法启动
所以我试图用以下命令启动我的apache2服务器... sudo service apache2 start 但是然后我收到此错误消息... Job for apache2.service failed. See "systemctl status apache2.service" and "journalctl -xe" for details. 因此,当我尝试查看systemctl时,我得到了... ● apache2.service - LSB: Apache2 web server Loaded: loaded (/etc/init.d/apache2) Active: failed (Result: exit-code) since Mon 2015-07-06 10:34:49 IST; 4min 23s ago Docs: man:systemd-sysv-generator(8) Process: 8899 ExecStart=/etc/init.d/apache2 start (code=exited, status=2) …