Próba zrestartowania apache z terminala za pomocą następującego polecenia:
sudo service apache2 restart
podczas wykonywania tej komendy błąd poniżej:
Job for apache2.service failed. See "systemctl status apache2.service" and "journalctl -xe" for details.
Po wyliczeniu „systemctl status apache2.service” spadł poniżej wyjścia
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)
błąd apache.log
AH00489: Apache/2.4.12 (Unix) configured -- resuming normal operations
AH00094: Command line: '/usr/local/apache2/bin/httpd'
/var/log/apache2/error.log
sudo journalctl -xe
, aby uzyskać lepszy obraz tego, co się stało. jeśli nadal masz problemy ze zrozumieniem. Opublikuj wyniki tutaj.