hola
alguien me podria decir que hay que escribir en .http.conf cuando quiero tener dos paginas web en el mismo host y ya tengo los dos ips (dominios).
gracias por todo
| ||||
Re: ayuda Lo que debes configurar en ese archivo en la creación de Host Virtuales (VirtualHost). Te dejo un enlace donde te explican cómo se hace de forma muy sencilla: Manual básico de creación de Host virtuales en Apache
__________________ NO PERDAMOS NUESTRO LINDO IDIOMA ESPAÑOL |
| |||
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 |
| |||
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 ;) |
| ||||
Re: host virtual por nombres Ambos tienen el mismo DocumentRoot. Para que funcione tienes que poner el nombre de un directorio (no de un archivo), y ambos tienen que ser directorios diferentes.
__________________ www.mundodivx.com || www.mundodivx.org Pon tu mano en un horno caliente durante un minuto y te parecerá una hora. Siéntate junto a una chica preciosa durante una hora y te parecerá un minuto. Eso es la relatividad. |
| |||
Re: host virtual por nombres 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 :( |
| |||
Re: host virtual por nombres Vale ahora si que me funciona, el problema estaba que configuraba el apache1.3 pero, a mi el que me funcionaba cuando entrab al localhost era el apache2 ;(. Ahora he conpiado el http.conf del apache1.3 a la carpeta conf.d del apache2, pero cuando reinicio el apache me devuelve este error. 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 [Sun Jan 07 14:46:09 2007] [error] VirtualHost *:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results [Sun Jan 07 14:46:09 2007] [error] VirtualHost *:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results [Sun Jan 07 14:46:09 2007] [error] VirtualHost *:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results /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 [Sun Jan 07 14:46:10 2007] [error] VirtualHost *:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results [Sun Jan 07 14:46:10 2007] [error] VirtualHost *:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results [Sun Jan 07 14:46:10 2007] [error] VirtualHost *:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results [ ok ] espero que esto se ya lo ultimo error :( gracias por todo |
| ||||
Re: host virtual por nombres Probablemente los httpd.conf de las dos versiones no sean compatibles entre sí.
__________________ www.mundodivx.com || www.mundodivx.org Pon tu mano en un horno caliente durante un minuto y te parecerá una hora. Siéntate junto a una chica preciosa durante una hora y te parecerá un minuto. Eso es la relatividad. |
| |||
Re: host virtual por nombres ahora me esta dando este error laguien me pude decir de que viene? 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 6: bad command `127.0.0.1 jaumevendrell.no-ip.org' /etc/host.conf: line 7: 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 httpd (pid 7378?) not running /etc/host.conf: line 5: bad command `127.0.0.1 localhost ' /etc/host.conf: line 6: bad command `127.0.0.1 jaumevendrell.no-ip.org' /etc/host.conf: line 7: 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 (98): make_sock: could not bind to address [::]:80 no listening sockets available, shutting down Unable to open logs [fail] jaume@Pc1:~$ ha alguien le ha pasado? gracias por todo |