Iniciando erros de exibição do Apache

-1

Normalmente, quando eu logar no meu sistema, o apache automaticamente inicialização e funciona bem, hoje não é.

Então eu tento começar por service apache2 start , então ele exibe o seguinte erro.

* Starting web server apache2                                                     
AH00548: NameVirtualHost has no effect and will be removed in the next release /etc/apache2/ports.conf:8
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
(98)Address already in use: AH00072: make_sock: could not bind to address 127.0.0.1:8080
no listening sockets available, shutting down
AH00015: Unable to open logs
Action 'start' failed.
The Apache error log may have more information.
 * 
 * The apache2 instance did not start within 20 seconds. Please read the log files to discover problems

Qual poderia ser o problema? Por favor, me ajude a resolver isso ...

Meu arquivo de configuração do Apache

    
por Manikandan Arunachalam 25.11.2014 / 06:55

1 resposta

0

Vá para este arquivo /etc/apache2/apache2.conf e adicione as seguintes linhas no final do arquivo

ServerName localhost

Isso definirá a diretiva do servidor globalmente.

    
por Jhon 25.11.2014 / 07:17