Bonjour je n'arrive pas à démarrer Apache2 . Lorsque que je fais service apache2 start, il est écrit qu'il est impossible de lancer apache2.

Je fais donc systemctl status apache2.service et j'obtiens :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
systemctl status apache2.service
apache2.service - The Apache HTTP Server
   Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Sat 2017-07-01 18:30:05 CEST; 5min ago
 
juil. 01 18:30:05 An0 apachectl[2651]: (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
juil. 01 18:30:05 An0 apachectl[2651]: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
juil. 01 18:30:05 An0 apachectl[2651]: no listening sockets available, shutting down
juil. 01 18:30:05 An0 apachectl[2651]: AH00015: Unable to open logs
juil. 01 18:30:05 An0 apachectl[2651]: Action 'start' failed.
juil. 01 18:30:05 An0 apachectl[2651]: The Apache error log may have more information.
juil. 01 18:30:05 An0 systemd[1]: apache2.service: Control process exited, code=exited status=1
juil. 01 18:30:05 An0 systemd[1]: Failed to start The Apache HTTP Server.
juil. 01 18:30:05 An0 systemd[1]: apache2.service: Unit entered failed state.
juil. 01 18:30:05 An0 systemd[1]: apache2.service: Failed with result 'exit-code'.
Quelqu'un pourrait-il m'aider ?