Answer the question
In order to leave comments, you need to log in
Apache2 is not updated. Writes (Job for apache2.service failed because the control process exited with error code.) What should I do?
Writes (Job for apache2.service failed because the control process exited with error code.) What should I do?
Answer the question
In order to leave comments, you need to log in
Option 1. Check that there are no errors in the config:
apache2ctl -t
Option 2. View logs and service status:
tail /var/log/apache2/error.log
journalctl -xu apache2.service
Option 3. Run manually from the console in debug mode : apache2 -X to print all errors to the console.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question