salut je souheterais savoir comment desinstaller apache et toute sa config parsque la mes fichiers de conf ont un probleme et plus rien de marche. merci.
Sep 12, 2007 · mais apache2 est toujours installé ( je l'ai vérifié en allant sur l'ip de mon site, la page phpinfo que j'ai crée s'affiche toujours avec comme version de apache apache2 )! Je suis sous un débian 4.0 je crois ( je suis sur d'être sous un debian mais la version exacte je crois que c'est la 4.0 )
Show activity on this post. This will remove all php7 version, be it php 7.0 or php 7.1 etc.. sudo apt-get purge php7.*. Show activity on this post. I prefer to use php apt remove php7.0* This will remove php7 and related packages. It will also downgrade the version to the subsequent (lower) php version.
23.11.2012 · Bien désinstaller Apache2 Posté par fremio84 ⋅ 23 novembre 2012 ⋅ Poster un commentaire Si l’installation d’un paquet avec la commande apt-get install s’effectue avec la plus grande facilité, il n’en est pas toujours de même pour la désinstallation avec apt-get remove qui laissera des traces de votre ancienne installation sur le serveur.
Oct 24, 2020 · Here is how you remove Apache2 cleanly on Ubuntu and Debian. The first step is to stop any running instance of Apache2, because Apache2 will not be properly removed while it is running. $ sudo service apache2 stop Then uninstall Apache2 and its dependent packages. Use purge option instead of remove option with apt-get command.
Aug 25, 2012 · Désinstallation de apache2 Bonjour/Bonsoir à tous, J'aimerais désinstaller apache2 sur debian pour ensuite le réinstaller, cependant j'ai un problème, il ne se réinstalle pas correctement.. Je vous explique comment j'ai procédais : apt-get --purge remove apache2 apache2.2-common
24.10.2020 · Here is how you remove Apache2 cleanly on Ubuntu and Debian. The first step is to stop any running instance of Apache2, because Apache2 will not be properly removed while it is running. $ sudo service apache2 stop. Then uninstall Apache2 and its dependent packages. Use purge option instead of remove option with apt-get command.
May 02, 2020 · donc tu dois aussi le désinstaller. apt-get --purge remove apache2 apache2.2-common. si jamais les fichiers ne sont pas supprimés ce n'est pas très grave. tu peux le faire manuellement avec la commande. rm -vfR /etc/apache2. TU N'AS PAS BESOIN DE REINSTALLER DEBIAN--. lami20j. Réponse 2 / 70.
25.08.2012 · J'aimerais désinstaller apache2 sur debian pour ensuite le réinstaller, cependant j'ai un problème, il ne se réinstalle pas correctement.. Je vous explique comment j'ai procédais : apt-get --purge remove apache2 apache2.2-common. Rien ne c'était passer donc j'ai donc fais l'erreur de débutant de supprimé le ect/apache2, j'ai ...
You can target all the apache2- packages from space and nuke the lot: ... Source: How to uninstall and remove Apache2 on Ubuntu or Debian by Dan Nanni.
How to uninstall and remove Apache2 on Ubuntu or Debian. Last updated on October 24, 2020 by Dan Nanni. It turns out that uninstalling Apache2 web server is ...
02.05.2020 · donc tu dois aussi le désinstaller. apt-get --purge remove apache2 apache2.2-common. si jamais les fichiers ne sont pas supprimés ce n'est pas très grave. tu peux le faire manuellement avec la commande. rm -vfR /etc/apache2. TU N'AS PAS BESOIN DE REINSTALLER DEBIAN--. lami20j. Réponse 2 / 70.
Shell/Bash answers related to “how to uninstall apache2 linux†... uninstall apache from ubuntu · On Debian and Ubuntu systems stop all apache2 processes.