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

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

Re: dominios virtuales en apache



entonces tal vez te falta reiniciar el servicio en red hat es algo asi
#/etc/rc.d/init.d/httpd reload

Saludos.

manolo najera wrote:
> 
> Ya tambien tengo declarado mi NameVirtualHost y la ip de mi server.... y
> aun asi sigue sin jalar
> 
> On Fri, 2 Jun 2000, Cristian Othon Martinez Vera wrote:
> 
> > On Thu, 1 Jun 2000, manolo najera wrote:
> >
> > > Mis dominios jala a la perfeccion, resuleven ftp y mail pero cuando se
> > > trata de web todos resuleven lo mismo.....
> > > asi lo tengo confiruado en el httpd.conf
> > >
> > > <VirtualHost www.votaporsami.org.mx>
> > >     ServerAdmin mnajera en heres net mx
> > >     ServerName www.votaporsami.org.mx
> > >     ServerPath /httpd/sami/
> > >     ErrorLog /etc/httpd/logs/error_log
> > >     TransferLog /etc/httpd/logs/access_log
> > > </VirtualHost>
> > >
> > > <VirtualHost www.samidavid.org.mx>
> > >     ServerAdmin mnajera en heres net mx
> > >     ServerName www.samidavid.org.mx
> > >     ServerPath /httpd/documentos/
> > >     DocumentRoot /httpd/documentos/
> > > </VirtualHost>
> > > <VirtualHost www.votaporsami.org.mx>
> > >     ServerAdmin mnajera en heres net mx
> > >     ServerName www.votaporsami.org.mx
> > >     ServerPath /httpd/sami/
> > >     ErrorLog /etc/httpd/logs/error_log
> > >     TransferLog /etc/httpd/logs/access_log
> > > </VirtualHost>
> > >
> > > <VirtualHost www.votaporsami.org.mx>
> > >     ServerAdmin mnajera en heres net mx
> > >     ServerName www.votaporsami.org.mx
> > >     ServerPath /httpd/votax/
> > >     DocumentRoot /httpd/votax/
> > > </VirtualHost>
> > >
> >
> >  Te falta agregar la siguiente linea, antes de las declaraciones de
> > VirtualHost:
> >
> > NameVirtualHost 200.34.139.100
> >
> >  Y seria preferente que cada declaracion VirtualHost sea con tu IP. El
> > nombre de servidor ya se lo estas asignando con ServerName. Por cierto, el
> > primero y el ultimo no estan duplicados?
> >
> >                                       Saludos
> >
> 
> --
> Para desuscribirse, mande correo a: ayuda-unsubscribe en linux org mx
> Para comandos adicionales, envíelo a: ayuda-help en linux org mx



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