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