Problem de conixion avec apache
hatimMaroc
Messages postés
5
Date d'inscription
Statut
Membre
Dernière intervention
-
Utilisateur anonyme -
Utilisateur anonyme -
je travaille actullement sur projet de supervision avec nagios j'installe apache quand je tape "localhoste" dans le navigator il me donne "it's work" mais quand je tape ces commendes en terminal :
1er CMD ::: sudo apache2ctl start
il me donne :::
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
httpd (pid 1141) already running
2eme CMD ::: wget http://localhost/
il me donne ::::
--2013-06-06 12:30:09-- http://localhost/
Resolving localhost... ::1, 127.0.0.1
Connecting to localhost|::1|:80... failed: Connection refused.
Connecting to localhost|127.0.0.1|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 177 [text/html]
Saving to: 'index.html'
100%[======================================>] 177 --.-K/s in 0s
2013-06-06 12:30:09 (5,51 MB/s) - 'index.html' saved [177/177]
je ne sais pas ici c'est quoi le problem est ce que d'autre service etulise la port 80 ou quoi je
sais pas ????
SLVP je suis besoin a votre aide c'est urgent
et mercii en avance
1er CMD ::: sudo apache2ctl start
il me donne :::
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
httpd (pid 1141) already running
2eme CMD ::: wget http://localhost/
il me donne ::::
--2013-06-06 12:30:09-- http://localhost/
Resolving localhost... ::1, 127.0.0.1
Connecting to localhost|::1|:80... failed: Connection refused.
Connecting to localhost|127.0.0.1|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 177 [text/html]
Saving to: 'index.html'
100%[======================================>] 177 --.-K/s in 0s
2013-06-06 12:30:09 (5,51 MB/s) - 'index.html' saved [177/177]
je ne sais pas ici c'est quoi le problem est ce que d'autre service etulise la port 80 ou quoi je
sais pas ????
SLVP je suis besoin a votre aide c'est urgent
et mercii en avance
A voir également:
- Problem de conixion avec apache
- Apache open office gratuit - Télécharger - Suite bureautique
- Apache laragon - Télécharger - Divers Web & Internet
- Ftp apache ✓ - Forum Webmastering
- Apache curl - Forum Linux / Unix
- Redemarrer apache ✓ - Forum Linux / Unix
2 réponses
Salut,
Dans /etc/hosts, modifies en conséquences :
Dans httpd.conf, modifies en conséquences :
Bruno
Dans /etc/hosts, modifies en conséquences :
127.0.0.1 localhost nom_du_pc_ou_de_domaine
Dans httpd.conf, modifies en conséquences :
# redirections work in a sensible way. # ServerName nom_du_pc_ou_de_domaine
Bruno
hatimMaroc
Messages postés
5
Date d'inscription
Statut
Membre
Dernière intervention
merci pour votre réponse j'applique les modification mais ça n'a rien changé :)
Utilisateur anonyme
Et redémarré le serveur apache bien sur ?
hatimMaroc
Messages postés
5
Date d'inscription
Statut
Membre
Dernière intervention
même si avec le redémarrage il donne la même résultats