Mencoba me-restart apache dari terminal menggunakan perintah berikut:
sudo service apache2 restart
ketika mengeksekusi perintah tersebut mendapatkan kesalahan di bawah ini:
Job for apache2.service failed. See "systemctl status apache2.service" and "journalctl -xe" for details.
Pada excuting "systemctl status apache2.service" mendapat output di bawah ini
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)
apache error.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
yang akan memberi Anda ide yang lebih baik tentang apa yang terjadi. jika Anda masih memiliki masalah memahaminya. Posting hasilnya di sini.