Je suis un débutant dans Ubuntu et j'ai supprimé tous les fichiers Apache après la commande
Sudo chown user /etc/init.d/Apache2
Sudo chmod 755 /etc/init.d/Apache2
Sudo rm /etc/init.d/Apache2
Je connais le mauvais moyen de supprimer Apache. Maintenant, je souhaite réinstaller Apache.
Edit essayer de rétablir Apache
Sudo apt-get install --reinstall Apache2
fonctionne bien, mais quand je tape la commande
Sudo service Apache2 start
réponse en tant que,
Apache2: unrecognized service
enfin j'ai la solution
Sudo service Apache2 stop
Sudo apt-get remove --purge $Apache_PKGS
Sudo apt-get install --reinstall Apache2
Ouvrez votre terminal et tapez ceci
Sudo apt-get install --reinstall Apache2