[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Re[8]: Server innaccessible



Le Sun, 3 Oct 2004 09:27:12 +0200
Jean-Marie Fourcade <jmfl@online.fr> a écrit:


> FB> tcpdump -i ethx port 80
> bash: tcpdump : command not found
> 
> netstat -vtlnt fonctionne.
> Proto Recv-Q Send-Q Adresse locale          Adresse distante        Etat
> tcp        0      0 0.0.0.0:80              0.0.0.0:*              
> LISTEN

netstat t'indique que le port est en écoute mais pas que le traffic est
routé. Donc je ferais
# apt-get install tcpdump
tcpdump -i ??? port 80
puis essai d'une machine extérieure

> 
> FB> sur ta machine ou ethx = port connecté à la freebox
> 
> FB> 2) pour ton virtualhost, je te suggère
> 
> 
> FB> <VirtualHost *:80>
> FB>     ServerAdmin toi@bellemaison.labas.cheztoi
> FB>     DocumentRoot /home/siteatoi
> FB>     ServerName jmfl.dyndns.org
> FB>     ErrorLog /var/log/apache/monsite-error.log
> FB>     CustomLog /var/log/apache/monsite-access.log common
> FB> </VirtualHost>
> Pour :
> NameVirtualHost
> Tu me suggères quoi ?
> 

NameVirtualHost *

C'est ce que j'utilise personnellement pour une machine non connectée
directement.


Ca marche?

François Boisson



Reply to: