Faca o seguinte: edite o arquivo /usr/local/apache/conf/httpd.conf, e localize a linha que contem a string ServerName.
E coloque o seguinte: ServerName host.dominio Com isso ele nao ira mais dar esse erro na inicializacao... + ------------------------------------------------- + MARCUS VINICIUS RIBEIRO - SURF Powered by FreeBSD / OpenBSD / NetBSD - UNIX System / Network Engineer Analista de Suporte - GRUPO POSITIVO Home Page: http://www.bsd-unix.com.br E-mail: [EMAIL PROTECTED] Phone Number: (+5541) 9185-0943 Curitiba - Parana - Brazil + ------------------------------------------------- + On Sun, 5 Oct 2003, Pedro Almeida wrote: > At 14:31 03-10-2003, you wrote: > >Pessoal, > >quando vou iniciar o meu apache ele d� essa mensagem: > > > >" [alert] httpd: Could not determine the server's fully qualified domain > >name, using 127.0.0.1 for ServerName " > > > >Que erro � esse?? > >Obrigado > >M�rio > >_______________________________________________________________ > >Sair da Lista: http://www2.fugspbr.org/mailman/listinfo/fugspbr > >Historico: http://www4.fugspbr.org/lista/html/FUG-BR/ > > Verifique o seu httpd.conf: > > > # Note: You cannot just invent host names and hope they work. The name you > # define here must be a valid DNS name for your host. If you don't understand > # this, ask your network administrator. > # If your host doesn't have a registered DNS name, enter its IP address here. > # You will have to access it by its address (e.g., http://123.45.67.89/) > # anyway, and this will make redirections work in a sensible way. > > 1. Ou coloca um dom�nio v�lido e registado (n�o pode inventar dom�nios! ) > > ServerName seu.dom�nio.v�lido > > 2. Ou coloca o endere�o IP do seu servidor apache > > ServerName http://123.45.67.89/ > > > _______________________________________________________________ > Sair da Lista: http://www2.fugspbr.org/mailman/listinfo/fugspbr > Historico: http://www4.fugspbr.org/lista/html/FUG-BR/ > > >
_______________________________________________________________ Sair da Lista: http://www2.fugspbr.org/mailman/listinfo/fugspbr Historico: http://www4.fugspbr.org/lista/html/FUG-BR/
