I'm confused because of this error. Any help will be appreciated
Asked
Active
Viewed 1,935 times
0

philantrovert
- 9,904
- 3
- 37
- 61

Adi Mandala Putra
- 13
- 4
-
Please include all relevant information about the failure in the body of the question. External links will eventually rot, making this question less useful over time. https://stackoverflow.com/help/how-to-ask – Aug 10 '17 at 16:33
1 Answers
0
use "top" command to see if any apache service works. If is, kill all and then do service apache2 reload, and service apache2 start. Paste your top results here.

CommanderSpock
- 72
- 10
-
There are so many tasks there are 124 tasks, which one should I kill? – Adi Mandala Putra Aug 10 '17 at 23:51
-
Kill Apache using the `pkill -9 httpd` command and start it again `systemctl restart httpd`. If it doesn't work, please post the output of `journalctl -xn`. – RoseHosting Aug 14 '17 at 08:24