This Video how to fix Failed to start The Apache HTTP Server.
apache2.service: Failed with result 'exit-code'
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.
(98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
(98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
Checking Nginx Status :
sudo service nginx reload
systemctl status nginx.service
sudo service nginx stop

After stop Nginx :-

sudo apt-get purge apache2
sudo apt-get install apache2
apache2 -v
sudo service apache2 stop
sudo service apache2 start
sudo service apache2 restart

My Facebook Page :- https://www.facebook.com/SilentSolutionBD

********Like, Comment , Support & Subscribe Me******

source by Silent Solution

linux web server