web-dev-qa-db-fra.com

Problème de (ré) installation du serveur Apache

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
1
Amit Dubey

enfin j'ai la solution

Sudo service Apache2 stop
Sudo apt-get remove --purge $Apache_PKGS
Sudo apt-get install --reinstall Apache2
3
Amit Dubey

Ouvrez votre terminal et tapez ceci

Sudo apt-get install --reinstall Apache2
1
rɑːdʒɑ