Answers for "apache2 not restart automatic"

-2

apache start stop restart

sudo service apache2 restart
sudo service apache2 stop
sudo service apache2 start
Posted by: Guest on February-10-2021
0

apache not restart

cd /etc/apache2
apache2ctl configtest

sudo mkdir -p /var/log/apache2/
sudo chmod -R 744 /var/log/apache2/
Posted by: Guest on December-04-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language