SóProvas


ID
1901068
Banca
IADES
Órgão
CRC-MG
Ano
2015
Provas
Disciplina
Sistemas Operacionais
Assuntos

Qual é o comando que pode ser utilizado para verificar erros no arquivo de configuração do servidor Apache?

Alternativas
Comentários
  • apachectl configtest

    Run a configuration file syntax test. It parses the configuration files and either reports Syntax Ok or detailed information about the particular syntax error. This is equivalent to apachectl -t.

     

    fonte: https://httpd.apache.org/docs/2.4/programs/apachectl.html

  • a)  apachectl status
     
     Displays a brief status report. Similar to the fullstatus option, except that the list of requests currently being served is omitted.
      Exibe um breve relatório de status. Semelhante à opção fullstatus , exceto que a lista de solicitações atualmente sendo veiculada é omitida.

    b)  httpd -v   Print the version of httpd, and then exit.  
                          Imprima a versão do httpd e saia.                          

    c) apachectl configtest 
    Run a configuration file syntax test. It parses the configuration files and either reports Syntax Ok or detailed information about the particular syntax error. This is equivalent to apachectl -t.

    Execute um teste de sintaxe do arquivo de configuração. Ele analisa os arquivos de configuração e relata o Syntax Ok ou informações detalhadas sobre o erro de sintaxe específico. Isso é equivalente a apachectl -t

    d) apachectl configstatus
    Não existe      config.status

    e)  httpd -v -test /etc/httpd/apache.conf  
     

    fonte: https://httpd.apache.org/docs/2.4/programs/apachectl.html

  • Quem não tem acesso: --> C