These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Need help to repair and fix problem initializate apache2 in the Debian 9 on the new forum.
Fail Apache2: https://pastebin.com/raw/nxbYGut9 System: Linux server.info 4.9.0-6-amd64 #1 SMP Debian 4.9.88-1+deb9u1 (2018-05-07) x86_64 GNU/Linux repor in journalctl -xe https://pastebin.com/raw/5MWPVEeF
Howdy,
It appears that you're receiving an "Address already in use" error.
You may want to run "service apache2 stop", and then afterwards, review the running processes to see if there is a stuck "apache2" process in the list.
If you see any, kill it off with the command "kill -9 XXX", where XXX is the process ID of the apache2 process you're looking to stop.
-Eric