尝试使用以下命令从终端重新启动 apache:
sudo service apache2 restart
Run Code Online (Sandbox Code Playgroud)
执行该命令时出现以下错误:
Job for apache2.service failed. See "systemctl status apache2.service" and "journalctl -xe" for details.
Run Code Online (Sandbox Code Playgroud)
在执行“systemctl status apache2.service”时得到低于输出
apache2.service - (null)
Loaded: loaded (/etc/init.d/apache2)
Active: failed (Result: exit-code) since Sat 2015-05-30 02:22:41 IST; 12s ago
Docs: man:systemd-sysv-generator(8)
Process: 4866 ExecStart=/etc/init.d/apache2 start (code=exited, status=1/FAILURE)
Run Code Online (Sandbox Code Playgroud)
阿帕奇错误.log
AH00489: Apache/2.4.12 (Unix) configured -- resuming normal operations
AH00094: Command line: '/usr/local/apache2/bin/httpd'
Run Code Online (Sandbox Code Playgroud) 我正在使用 chrome 版本 50.0.2661.94(64 位)和 ubuntu 16.04。大多数情况下,chrome 会卡住并挂起整个系统。
有没有人面临同样的问题?