Ver Mensaje Individual
  #3 (permalink)  
Antiguo 03/01/2007, 08:09
xaume19
 
Fecha de Ingreso: enero-2007
Mensajes: 7
Antigüedad: 17 años, 11 meses
Puntos: 0
Re: ayuda

sigo sin sacarlo mira lo que acabo de escribir:

en /etc/host.conf

order hosts,bind
multi on
#localhost
127.0.0.1 localhost
#Pagina que posa "ola a tots"
127.0.0.1/index.html jaumevendrell.no.ip.org
#Pagina que posa "....."
127.0.0.1/index1.html jaumevendrellcarbonell.no-ip.orgç

en /etc/apache/conf.d/

#localhost
<VirtualHost *:80>
DocumentRoot " /var/www/ "
ServerName localhost:80
</VirtualHost>

# ola a tots
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot " /var/www/index.html "
ServerName jaumevendrell.no-ip.org
</VirtualHost>

# ....
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot " /var/www/index1.html "
ServerName wjaumevendrellcarbonell.no-ip.org
</VirtualHost>


porque no funiona? gracias por todo