Falha no teste do Apache2

0

Estou configurando o RT4 no Ubuntu 15.04, mas estou recebendo erros. Abaixo está a saída do erro:

technical@rt:~$ systemctl status apache2.service -l
â apache2.service - LSB: Apache2 web server
   Loaded: loaded (/etc/init.d/apache2)
   Active: failed (Result: exit-code) since Wed 2016-01-13 14:31:48 CAT; 1min 22s ago
     Docs: man:systemd-sysv-generator(8)
  Process: 14059 ExecStop=/etc/init.d/apache2 stop (code=exited, status=0/SUCCESS)
  Process: 14569 ExecStart=/etc/init.d/apache2 start (code=exited, status=1/FAILURE)
Jan 13 14:31:48 rt apache2[14569]: *
Jan 13 14:31:48 rt apache2[14569]: * The apache2 configtest failed.
Jan 13 14:31:48 rt apache2[14569]: Output of config test was:
Jan 13 14:31:48 rt apache2[14569]: apache2: Syntax error on line 219 of /etc/apache2/apache2.conf: Syntax error on line 29 of /etc/apache2/sites-enabled/000-default.conf: Could not open configuration file /etc/request-tracker4/apache2-modperl2.conf: No such file or directory
Jan 13 14:31:48 rt apache2[14569]: Action 'configtest' failed.
Jan 13 14:31:48 rt apache2[14569]: The Apache error log may have more information.
Jan 13 14:31:48 rt systemd[1]: apache2.service: control process exited, code=exited status=1
Jan 13 14:31:48 rt systemd[1]: Failed to start LSB: Apache2 web server.
Jan 13 14:31:48 rt systemd[1]: Unit apache2.service entered failed state.
Jan 13 14:31:48 rt systemd[1]: apache2.service failed.

Por favor, ajude

    
por Tefo Theo 13.01.2016 / 13:36

1 resposta

2

O problema agora é um erro de sintaxe no arquivo /etc/apache2/apache2.conf na linha 219.

Parece que você faz referência a uma configuração parcial /etc/request-tracker4/apache2-modperl2.conf , que na verdade não existe. ( No such file or directory )

Para corrigir esse problema, descubra onde esse arquivo está realmente localizado e ajuste o caminho do arquivo.

    
por frdmn 13.01.2016 / 13:52