sigue sin funcionarme, ahora lo he creado como me has dicho pero sigue sin funcionar mira lo que tengo 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 jaumevendrell.no-ip.org
#Pagina que posa "....."
127.0.0.1 jaumevendrellcarbonell.no-ip.org
en /etc/apache/conf.d/httpd.conf
#localhost
<VirtualHost *:80>
DocumentRoot /var/www/
ServerName localhost:80
</VirtualHost>
# ola a tots
<VirtualHost *:80>
ServerAdmin
[email protected]
DocumentRoot /var/www/jaume/
ServerName jaumevendrell.no-ip.org
</VirtualHost>
# ....
<VirtualHost *:80>
ServerAdmin
[email protected]
DocumentRoot /var/www/joan/
ServerName jaumevendrellcarbonell.no-ip.org
</VirtualHost>
encima cuando reinicio apache me devuelve esto:
jaume@Pc1:~$ sudo /etc/init.d/apache2 restart
* Forcing reload of apache 2.0 web server... /etc/host.conf: line 5: bad command `127.0.0.1 localhost '
/etc/host.conf: line 7: bad command `127.0.0.1 jaumevendrell.no-ip.org'
/etc/host.conf: line 9: bad command `127.0.0.1 jaumevendrellcarbonell.no-ip.org'
apache2: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
/etc/host.conf: line 5: bad command `127.0.0.1 localhost '
/etc/host.conf: line 7: bad command `127.0.0.1 jaumevendrell.no-ip.org'
/etc/host.conf: line 9: bad command `127.0.0.1 jaumevendrellcarbonell.no-ip.org'
apache2: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
[ ok ]
jaume@Pc1:~$
dentro de cada carpeta tengo una pagian web con el nombre de index.html
porfavor ayuda :(