[FUGSPBR] Apache
Pedro Almeida
mindcooker em tvtel.pt
Dom Out 5 13:09:30 BRT 2003
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/
Mais detalhes sobre a lista de discussão freebsd