Bonjour

j'ai installé apache et puis quand je le lance:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
/usr/local/apache2/bin/apachectl start
il retourne les erreurs suivante:

httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
(98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
et pourtant dans le fichier httpd.conf
j'ai ajouté

Code : Sélectionner tout - Visualiser dans une fenêtre à part
ServerName 127.0.0.1:80
j'ai fait ensuite

Code : Sélectionner tout - Visualiser dans une fenêtre à part
apachectl -E /usr/local/apache2/logs/startup.log
et dans le fichier startup.log je trouve ces erreurs !!!!???

Syntax error on line 1043 of /etc/httpd/conf/httpd.conf:
Expected </Location/serveur-status> but saw </Location>
httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
(98)Address already in use: make_sock: could not bind to address [::]:80
no listening sockets available, shutting down
Unable to open logs
httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
(98)Address already in use: make_sock: could not bind to address [::]:80
no listening sockets available, shutting down
Unable to open logs
(98)Address already in use: make_sock: could not bind to address [::]:80
no listening sockets available, shutting down
Unable to open logs
(98)Address already in use: make_sock: could not bind to address [::]:80
no listening sockets available, shutting down
Unable to open logs
voila et merci de m'aider