OVH Cloud OVH Cloud

petit pb apache

4 réponses
Avatar
Alain Bertrand
Bonjour,

Après un upgrade, je n'arrive plus à me connecter au serveur web de mon ordi

telnet localhost http < /dev/null
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused

Pourtant apache semble tourner
ps aux |grep apache
root 1377 0.0 0.0 8404 420 ? S Apr19 0:00
/usr/sbin/apache-ssl
www-data 1388 0.0 0.0 4276 268 ? S Apr19 0:00
/usr/lib/apache-ssl/gcache 33 /var/run/gcache_port
www-data 1389 0.0 0.0 8536 384 ? S Apr19 0:00
/usr/sbin/apache-ssl
www-data 1391 0.0 0.0 8536 384 ? S Apr19 0:00
/usr/sbin/apache-ssl
www-data 1392 0.0 0.0 8536 384 ? S Apr19 0:00
/usr/sbin/apache-ssl
www-data 1393 0.0 0.0 8536 384 ? S Apr19 0:00
/usr/sbin/apache-ssl
www-data 1394 0.0 0.0 8536 384 ? S Apr19 0:00
/usr/sbin/apache-ssl
root 23193 0.0 0.1 4004 756 pts/0 R+ 09:41 0:00 grep apache

/etc/init.d/apache restart
Restarting apache[Fri Apr 22 09:45:13 2005] [warn] module ssl_module is
already loaded, skipping

Merci de votre aide.


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to debian-user-french-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

4 réponses

Avatar
daniel huhardeaux
Alain Bertrand a écrit :

Bonjour,

Après un upgrade, je n'arrive plus à me connecter au serveur web de
mon ordi

telnet localhost http < /dev/null
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused



essaye telnet localhost https


Pourtant apache semble tourner
ps aux |grep apache
root 1377 0.0 0.0 8404 420 ? S Apr19 0:00
/usr/sbin/apache-ssl
www-data 1388 0.0 0.0 4276 268 ? S Apr19 0:00
/usr/lib/apache-ssl/gcache 33 /var/run/gcache_port
www-data 1389 0.0 0.0 8536 384 ? S Apr19 0:00
/usr/sbin/apache-ssl
www-data 1391 0.0 0.0 8536 384 ? S Apr19 0:00
/usr/sbin/apache-ssl
www-data 1392 0.0 0.0 8536 384 ? S Apr19 0:00
/usr/sbin/apache-ssl
www-data 1393 0.0 0.0 8536 384 ? S Apr19 0:00
/usr/sbin/apache-ssl
www-data 1394 0.0 0.0 8536 384 ? S Apr19 0:00
/usr/sbin/apache-ssl
root 23193 0.0 0.1 4004 756 pts/0 R+ 09:41 0:00 grep
apache

/etc/init.d/apache restart
Restarting apache[Fri Apr 22 09:45:13 2005] [warn] module ssl_module
is already loaded, skipping

Merci de votre aide.



C'est appache ssl qui tourne pas apache

--
Daniel Huhardeaux ______ _____ _____ ______ ______ __
enum +48 32 285 5276 /_ _// _ // _ //_ _// __ // /
iaxtel +1 700 849 6983 / / / // // // / / / / /_/ // /
sip:101 h323:121 @voip./_/ /____//____/ /_/ /_/ /_//_/.com


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
Jean-Christophe Dubois
Alain Bertrand
Bonjour,



bonjour
Après un upgrade, je n'arrive plus à me connecter au serveur web de mon
ordi

telnet localhost http < /dev/null


c'est quoi ce /dev/null ??
pour dire que ca ne marche pas ?? ou tu as vraiment tapé cette commande ??
auquel cas ca serait normal ...

Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused

Pourtant apache semble tourner
ps aux |grep apache
root 1377 0.0 0.0 8404 420 ? S Apr19 0:00
/usr/sbin/apache-ssl
www-data 1388 0.0 0.0 4276 268 ? S Apr19 0:00
/usr/lib/apache-ssl/gcache 33 /var/run/gcache_port
www-data 1389 0.0 0.0 8536 384 ? S Apr19 0:00
/usr/sbin/apache-ssl
www-data 1391 0.0 0.0 8536 384 ? S Apr19 0:00
/usr/sbin/apache-ssl
www-data 1392 0.0 0.0 8536 384 ? S Apr19 0:00
/usr/sbin/apache-ssl
www-data 1393 0.0 0.0 8536 384 ? S Apr19 0:00
/usr/sbin/apache-ssl
www-data 1394 0.0 0.0 8536 384 ? S Apr19 0:00
/usr/sbin/apache-ssl
root 23193 0.0 0.1 4004 756 pts/0 R+ 09:41 0:00 grep
apache


c'est apache-ssl qui est en route

/etc/init.d/apache restart
Restarting apache[Fri Apr 22 09:45:13 2005] [warn] module ssl_module is
already loaded, skipping



Suffit de lire c'est écrit noir/blanc ... il a déjà le module ssl qui est
lancé surement du a apache-ssl, essaye de commenter la ligne dans le
module.conf de ton apache qui est dans /etc/apache/. Il se peut que tu
l'ai rajouté ailleurs dans la configuration d'apache comme par exemple
dans httpd.conf.
c'est cette ligne : LoadModule ssl_module /usr/lib/apache/1.3/mod_ssl.so
je précise c'est pour apache1

Merci de votre aide.


Amicalement

--
Jean-Christophe Dubois -
Freelance WebDesigner and Linux Networking Administrator
http://www.jicer-design.net


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
David Dumortier
Le Fri Apr 22 2005 à 09:46:23AM +0200, Alain Bertrand dit :
Bonjour,

Après un upgrade, je n'arrive plus à me connecter au serveur web de mon ordi

telnet localhost http < /dev/null
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused



que dit netstat -putea | grep apache ?
[sic]
--
David Dumortier



--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
Stéphane RIGOULOT
> -----Message d'origine-----
De : Alain Bertrand [mailto:]
Envoyé : vendredi 22 avril 2005 09:46
À : debian-user-french
Objet : petit pb apache


Bonjour,

Après un upgrade, je n'arrive plus à me connecter au serveur web
de mon ordi

telnet localhost http < /dev/null
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused

Pourtant apache semble tourner
ps aux |grep apache
root 1377 0.0 0.0 8404 420 ? S Apr19 0:00
/usr/sbin/apache-ssl
www-data 1388 0.0 0.0 4276 268 ? S Apr19 0:00
/usr/lib/apache-ssl/gcache 33 /var/run/gcache_port
www-data 1389 0.0 0.0 8536 384 ? S Apr19 0:00
/usr/sbin/apache-ssl
www-data 1391 0.0 0.0 8536 384 ? S Apr19 0:00
/usr/sbin/apache-ssl
www-data 1392 0.0 0.0 8536 384 ? S Apr19 0:00
/usr/sbin/apache-ssl
www-data 1393 0.0 0.0 8536 384 ? S Apr19 0:00
/usr/sbin/apache-ssl
www-data 1394 0.0 0.0 8536 384 ? S Apr19 0:00
/usr/sbin/apache-ssl
root 23193 0.0 0.1 4004 756 pts/0 R+ 09:41 0:00
grep apache

/etc/init.d/apache restart
Restarting apache[Fri Apr 22 09:45:13 2005] [warn] module ssl_module is
already loaded, skipping



Essaies plutôt :/etc/init.d/apache stop
puis
/etc/init.d/apache start

ensuite fais un telnet localhost https

Autre piste si toujours erreur, dans le fichier de conf. Regardes au Ligne
Listen, NameVirtualHost et ServerName.
Attention au * ou 0.0.0.0:80 ou :443

Quel version d'apache ?

Merci de votre aide.



De rien

--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact







--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact