Ver Mensaje Individual
  #4 (permalink)  
Antiguo 05/01/2007, 14:14
xaume19
 
Fecha de Ingreso: enero-2007
Mensajes: 7
Antigüedad: 17 años, 4 meses
Puntos: 0
host virtual por nombres

hola mira que estoy montando un servidor por nombres y las dos dominios me dan lo mismo. os muestro lo que tengo en el archivo host.conf

#localhost
127.0.0.1 localhost
#Pagina que posa "ola a tots"
127.0.0.1 jaumevendrell.no.ip.org
#Pagina que posa "....."
127.0.0.1 jaumevendrellcarbonell.no-ip.org

en http.conf


#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 jaumevendrellcarbonell.no-ip.org
</VirtualHost>

alguien me podria decir donde tengo el error?

gracias por todo ;)