Debian
https://www.digitalocean.com/community/tutorials/how-to-troubleshoot-common-apache-errors
SUDO not found
su -
apt update
apt install sudo -yUsermod
su -
usermod -aG sudo userIMP
sudo systemctl status appache2
sudo systemctl start apache2.service
sudo service nginx restart
journalctlPath
/var/www/
/etc/apache2/Last updated
Was this helpful?