Re: apache configuracion

2003-12-01 Por tema Angel L. Mateo
El vie, 28-11-2003 a las 00:39, andres (lista debian) escribió:

Creo que lo que tienes que tener es:
>  ...
>  NameVirtualHost 10.10.2.12
> 
>  
   
 ^^^

>  ServerAdmin [EMAIL PROTECTED]
>  DocumentRoot /var/www/prueba_apache
>  ServerName www.miweb.com
>  ErrorLog logs/www.miweb.com-error.log
>  CustomLog logs/www.miweb.com-access.log common
>  

-- 
Angel L. Mateo Martínez
Sección de Telemática
Area de Tecnologías de la Información   _o)
y las Comunicaciones Aplicadas (ATICA)  / \\
http://www.um.es/atica_(___V
Tfo: 968367590
Fax: 968398337



Re: apache configuracion

2003-11-27 Por tema andres (lista debian)
 si lo pongo asi manda esto:

 Starting web server: apache[Thu Nov 27 20:36:25 2003] [alert] apache: Could
 not determine the server's fully qualified domain name, using 10.10.2.12
 for ServerName
 failed


 Archivos:

 /etc/apache/httpd.conf
 ...
 NameVirtualHost 10.10.2.12

 
 ServerAdmin [EMAIL PROTECTED]
 DocumentRoot /var/www/prueba_apache
 ServerName www.miweb.com
 ErrorLog logs/www.miweb.com-error.log
 CustomLog logs/www.miweb.com-access.log common
 


 /etc/hosts
 127.0.0.1   localhost.localdomain localhost
 10.10.2.12  www.miweb.com
 10.10.2.12  deband

 # The following lines are desirable for IPv6 capable hosts
 # (added automatically by netbase upgrade)

 ::1 ip6-localhost ip6-loopback

 fe00::0 ip6-localnet
 ff00::0 ip6-mcastprefix
 ff02::1 ip6-allnodes
 ff02::2 ip6-allrouters
 ff02::3 ip6-allhosts


 gracias

 andres dv


On Thursday 27 November 2003 20:25, ^pi^ wrote:
> ponle el nombre (compleo xxx.loquesa.org) en hosts.
>
> Suerte
>
> Jatorrizko mezua: data: og., 2003-11-27 21:07, egilea: andres (lista
> debian)
>
> > sigo con el mismo problema
> > al querer labantar el servicio me envia este mensaje
> >
> > #/etc/init.d/apache start
> > [Thu Nov 27 16:57:06 2003] [alert] apache: Could not determine the
> > server's fully qualified domain name, using 10.10.2.12 for ServerName
> > Starting web server: apachefailed
> >
> > andres dv
> >
> > On Thursday 27 November 2003 15:24, Gorka Garay wrote:
> > > NameVirtualHost IP
> > >
> > > 
> > > ServerName dominio
> > > ServerAlias dominio
> > > DocumentRoot /home/pepe/public_html
> > > ServerAdmin [EMAIL PROTECTED]
> > > ErrorLog /home/pepe/logs/error_log
> > > 
> > >
> > >
> > > A mi esto me funciona.
> > >
> > > Salu2
> > >
> > >
> > >
> > > - Original Message -
> > > From: "andres (lista debian)" <[EMAIL PROTECTED]>
> > > To: "lista debian" 
> > > Sent: Thursday, November 27, 2003 5:19 PM
> > > Subject: apache configuracion
> > >
> > > > hola lista
> > > >
> > > > estoy configurando mi servidor apache y no logro lebantarlo, estas
> > > > son las lines de archivo httpd.conf:
> > > >
> > > > NameVirtualHost 10.10.2.12
> > > > 
> > > > ServerAdmin [EMAIL PROTECTED]
> > > > DocumentRoot /var/www/prueba_apache
> > > > ServerName www.sitios.com
> > > > ErrorLog logs/www.sitios.com-error.log
> > > > CustomLog logs/www.sitios.com-access.log common
> > > > 
> > > >
> > > > al lebantar el servicio me da este mensaje de error:
> > > >
> > > > Starting web server: apache[Thu Nov 27 13:16:28 2003] [warn]
> > >
> > > NameVirtualHost
> > >
> > > > 10.10.2.12:80 has no VirtualHosts
> > > > failed
> > > >
> > > > alguien tiene idea de como lo puedo solucionar
> > > >
> > > > muchas gracias.
> > > >
> > > > andres dv.
> > > >
> > > >
> > > > --
> > > > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > > > with a subject of "unsubscribe". Trouble? Contact
> > >
> > > [EMAIL PROTECTED]
>
> --
> ^pi^ <[EMAIL PROTECTED]>



Re: apache configuracion

2003-11-27 Por tema ^pi^
ponle el nombre (compleo xxx.loquesa.org) en hosts.

Suerte

Jatorrizko mezua: data: og., 2003-11-27 21:07, egilea: andres (lista
debian)
> sigo con el mismo problema
> al querer labantar el servicio me envia este mensaje
> 
> #/etc/init.d/apache start
> [Thu Nov 27 16:57:06 2003] [alert] apache: Could not determine the server's 
> fully qualified domain name, using 10.10.2.12 for ServerName
> Starting web server: apachefailed
> 
> andres dv
> 
> On Thursday 27 November 2003 15:24, Gorka Garay wrote:
> > NameVirtualHost IP
> >
> > 
> > ServerName dominio
> > ServerAlias dominio
> > DocumentRoot /home/pepe/public_html
> > ServerAdmin [EMAIL PROTECTED]
> > ErrorLog /home/pepe/logs/error_log
> > 
> >
> >
> > A mi esto me funciona.
> >
> > Salu2
> >
> >
> >
> > - Original Message -----
> > From: "andres (lista debian)" <[EMAIL PROTECTED]>
> > To: "lista debian" 
> > Sent: Thursday, November 27, 2003 5:19 PM
> > Subject: apache configuracion
> >
> > > hola lista
> > >
> > > estoy configurando mi servidor apache y no logro lebantarlo, estas son
> > > las lines de archivo httpd.conf:
> > >
> > > NameVirtualHost 10.10.2.12
> > > 
> > > ServerAdmin [EMAIL PROTECTED]
> > > DocumentRoot /var/www/prueba_apache
> > > ServerName www.sitios.com
> > > ErrorLog logs/www.sitios.com-error.log
> > > CustomLog logs/www.sitios.com-access.log common
> > > 
> > >
> > > al lebantar el servicio me da este mensaje de error:
> > >
> > > Starting web server: apache[Thu Nov 27 13:16:28 2003] [warn]
> >
> > NameVirtualHost
> >
> > > 10.10.2.12:80 has no VirtualHosts
> > > failed
> > >
> > > alguien tiene idea de como lo puedo solucionar
> > >
> > > muchas gracias.
> > >
> > > andres dv.
> > >
> > >
> > > --
> > > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > > with a subject of "unsubscribe". Trouble? Contact
> >
> > [EMAIL PROTECTED]
-- 
^pi^ <[EMAIL PROTECTED]>



Re: apache configuracion

2003-11-27 Por tema andres (lista debian)
sigo con el mismo problema
al querer labantar el servicio me envia este mensaje

#/etc/init.d/apache start
[Thu Nov 27 16:57:06 2003] [alert] apache: Could not determine the server's 
fully qualified domain name, using 10.10.2.12 for ServerName
Starting web server: apachefailed

andres dv

On Thursday 27 November 2003 15:24, Gorka Garay wrote:
> NameVirtualHost IP
>
> 
> ServerName dominio
> ServerAlias dominio
> DocumentRoot /home/pepe/public_html
> ServerAdmin [EMAIL PROTECTED]
> ErrorLog /home/pepe/logs/error_log
> 
>
>
> A mi esto me funciona.
>
> Salu2
>
>
>
> - Original Message -
> From: "andres (lista debian)" <[EMAIL PROTECTED]>
> To: "lista debian" 
> Sent: Thursday, November 27, 2003 5:19 PM
> Subject: apache configuracion
>
> > hola lista
> >
> > estoy configurando mi servidor apache y no logro lebantarlo, estas son
> > las lines de archivo httpd.conf:
> >
> > NameVirtualHost 10.10.2.12
> > 
> > ServerAdmin [EMAIL PROTECTED]
> > DocumentRoot /var/www/prueba_apache
> > ServerName www.sitios.com
> > ErrorLog logs/www.sitios.com-error.log
> > CustomLog logs/www.sitios.com-access.log common
> > 
> >
> > al lebantar el servicio me da este mensaje de error:
> >
> > Starting web server: apache[Thu Nov 27 13:16:28 2003] [warn]
>
> NameVirtualHost
>
> > 10.10.2.12:80 has no VirtualHosts
> > failed
> >
> > alguien tiene idea de como lo puedo solucionar
> >
> > muchas gracias.
> >
> > andres dv.
> >
> >
> > --
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact
>
> [EMAIL PROTECTED]



Re: apache configuracion

2003-11-27 Por tema Gorka Garay
NameVirtualHost IP


ServerName dominio
ServerAlias dominio
DocumentRoot /home/pepe/public_html
ServerAdmin [EMAIL PROTECTED]
ErrorLog /home/pepe/logs/error_log



A mi esto me funciona.

Salu2



- Original Message - 
From: "andres (lista debian)" <[EMAIL PROTECTED]>
To: "lista debian" 
Sent: Thursday, November 27, 2003 5:19 PM
Subject: apache configuracion


> hola lista
>
> estoy configurando mi servidor apache y no logro lebantarlo, estas son las
> lines de archivo httpd.conf:
>
> NameVirtualHost 10.10.2.12
> 
> ServerAdmin [EMAIL PROTECTED]
> DocumentRoot /var/www/prueba_apache
> ServerName www.sitios.com
> ErrorLog logs/www.sitios.com-error.log
> CustomLog logs/www.sitios.com-access.log common
> 
>
> al lebantar el servicio me da este mensaje de error:
>
> Starting web server: apache[Thu Nov 27 13:16:28 2003] [warn]
NameVirtualHost
> 10.10.2.12:80 has no VirtualHosts
> failed
>
> alguien tiene idea de como lo puedo solucionar
>
> muchas gracias.
>
> andres dv.
>
>
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]
>



apache configuracion

2003-11-27 Por tema andres (lista debian)
hola lista

estoy configurando mi servidor apache y no logro lebantarlo, estas son las 
lines de archivo httpd.conf:

NameVirtualHost 10.10.2.12

ServerAdmin [EMAIL PROTECTED]
DocumentRoot /var/www/prueba_apache
ServerName www.sitios.com
ErrorLog logs/www.sitios.com-error.log
CustomLog logs/www.sitios.com-access.log common


al lebantar el servicio me da este mensaje de error:

Starting web server: apache[Thu Nov 27 13:16:28 2003] [warn] NameVirtualHost 
10.10.2.12:80 has no VirtualHosts
failed

alguien tiene idea de como lo puedo solucionar

muchas gracias.

andres dv.