Problema ao reiniciar o serviço Apache2

3

Estou tentando reiniciar o serviço apache2 e estou com erro.

recarregar:

Job for apache2.service invalid.

reiniciar :

Job for apache2.service failed. See "systemctl status apache2.service" and "journalctl -xe" for details.

journalctl -xe :

Aug 18 02:17:49 xpto apache2[6754]: * Starting web server apache2
Aug 18 02:17:49 xpto apache2[6754]: *
Aug 18 02:17:49 xpto apache2[6754]: * The apache2 configtest failed.
Aug 18 02:17:49 xpto apache2[6754]: Output of config test was:
Aug 18 02:17:49 xpto apache2[6754]: apache2: Syntax error on line 219 of /etc/apache2/apache2.conf: Synt
Aug 18 02:17:49 xpto apache2[6754]: Action 'configtest' failed.
Aug 18 02:17:49 xpto apache2[6754]: The Apache error log may have more information.
Aug 18 02:17:49 xpto systemd[1]: apache2.service: control process exited, code=exited status=1
Aug 18 02:17:49 xpto systemd[1]: Failed to start LSB: Apache2 web server.
-- Subject: Unit apache2.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel

statusctl status apache2.service :

Aug 18 02:20:29 xpto apache2[6797]: *
Aug 18 02:20:29 xpto apache2[6797]: * The apache2 configtest failed.
Aug 18 02:20:29 xpto apache2[6797]: Output of config test was:
Aug 18 02:20:29 xpto apache2[6797]: apache2: Syntax error on line 219 of /etc/apache2/apache2.con... '>'
Aug 18 02:20:29 xpto apache2[6797]: Action 'configtest' failed.
Aug 18 02:20:29 xpto apache2[6797]: The Apache error log may have more information.
Aug 18 02:20:29 xpto systemd[1]: apache2.service: control process exited, code=exited status=1
Aug 18 02:20:29 xpto systemd[1]: Failed to start LSB: Apache2 web server.
Aug 18 02:20:29 xpto systemd[1]: Unit apache2.service entered failed state.
Aug 18 02:20:29 xpto systemd[1]: apache2.service failed.
Hint: Some lines were ellipsized, use -l to show in full.

Então, o que estou fazendo de errado? O que eu posso fazer ? A linha 219 é:

IncludeOptional sites-enabled/*.conf

Atenciosamente

    
por rhercules 18.08.2015 / 02:24

1 resposta

1

Depois de fazer qualquer alteração no arquivo de configuração do Apache, antes de recarregar o serviço, verifique se a configuração está correta ou se haverá um tempo de inatividade desnecessário.

Para verificar a sintaxe de configuração do Apache: apachectl -t .

Em segundo lugar, você pode pesquisar /var/log/httpd/error.log para qualquer dica.

De suas informações acima, isso tem a ver com um erro de sintaxe no arquivo de configuração. Vá para a linha 219 e corrija a linha.

    
por Aizuddin Zali 05.10.2015 / 16:18

Tags