[Previo por Fecha] [Siguiente por Fecha] [Previo por Hilo] [Siguiente por Hilo]

[Hilos de Discusión] [Fecha] [Tema] [Autor]

[Linux] Virtual Host



Que tal listeros.. instale un server con RH 7.2 e intento configurar mis
virtual host, antes lo habia hecho con la version de apache que traia rh
6.2 y no tenia problemas pero al parecer la version de apache que trae el
RH 7.2 es diferente, cuando inicio mi servicio de http me marca el
siguiente error:

[root@server conf]# /sbin/service httpd start
Starting httpd: [Sat Nov 17 01:08:38 2001] [warn] VirtualHost
ipdemiserver:80 o verlaps with VirtualHost ipdemiserver:80, the first has
precedence,perhaps you need a NameVirtualHost directive
Apache/1.3.20 mod_ssl/2.8.4 (Pass Phrase Dialog)
Some of your private key files are encrypted for security reasons.
In order to read them you have to provide us with the pass phrases.

Server midominio:443 (RSA)
Enter pass phrase:


Mis virtual host los tengo declarados asi en el httpd.conf:

<VirtualHost ipdemiserver>
ServerAdmin root en server com
DocumentRoot /var/www/html/
ServerName www.server.com
ErrorLog logs/error_log
TransferLog logs/access_log
</VirtualHost>


<VirtualHost ipdemiserver>
ServerAdmin root en mail server com
DocumentRoot /var/www/html/mail
ServerName  mail.server.com
ErrorLog logs/mail.server.com-error_log
TransferLog logs/mail.server.com-access_log
</VirtualHost>


Un saludo..

checo




Lista de correo linux en linux net mx
Preguntas linux-owner en linux net mx
http://www.linux.net.mx/



[Hilos de Discusión] [Fecha] [Tema] [Autor]