SóProvas


ID
2651437
Banca
CESPE / CEBRASPE
Órgão
STJ
Ano
2018
Provas
Disciplina
Sistemas Operacionais
Assuntos

Julgue o próximo item, relativo à configuração do servidor web.


No Apache, DirectoryIndex é a diretriz do .htaccess que permite especificar o arquivo que deverá ser carregado quando chegar uma solicitação de diretório que não especifique uma página em particular.

Alternativas
Comentários
  • The DirectoryIndex directive sets the list of resources to look for, when the client requests an index of the directory by specifying a / at the end of the directory name. Local-url is the (%-encoded) URL of a document on the server relative to the requested directory; it is usually the name of a file in the directory. Several URLs may be given, in which case the server will return the first one that it finds. If none of the resources exist and the Indexes option is set, the server will generate its own listing of the directory.

    Example

     

    DirectoryIndex index.html

     

    then a request for http://example.com/docs/ would return http://example.com/docs/index.html if it exists, or would list the directory if it did not.

     

    Fonte: https://httpd.apache.org/docs/2.4/mod/mod_dir.html

     

    #vamobuscar

  • htaccess é um arquivo de configuração do Servidor Web Apache. É utilizado para o controle de diversos parâmetros, entre eles restringir acessos, redirecionamentos, páginas de erro e URLs amigáveis. Também é muito utilizado para a proteção de arquivos e diretórios.

    fonte: iconectado.

  • No Apache, DirectoryIndex é a diretriz do .htaccess que permite especificar o arquivo que deverá ser carregado quando chegar uma solicitação de diretório que não especifique uma página em particular.

    _________________________

    Gabarito: CERTO