SóProvas


ID
5607040
Banca
FGV
Órgão
Banestes
Ano
2021
Provas
Disciplina
Sistemas Operacionais
Assuntos

O servidor HTTP Apache versão 2.4 é configurado por meio de diretivas presentes no arquivo de configuração denominado httpd.conf.


A diretiva que define o diretório base onde as páginas web devem ser armazenadas para disponibilização pelo servidor Apache é:

Alternativas
Comentários
  • DocumentRoot;

  • O DocumentRoot representa o diretório raiz que contém os arquivos a serem servidos pelo Apache

  • a-

    # DocumentRoot: The directory out of which you will serve your

    # documents. By default, all requests are taken from this directory, but

    # symbolic links and aliases may be used to point to other locations.

    #

    DocumentRoot "C:/xampp/htdocs"

    <Directory "C:/xampp/htdocs">

       #

       # Possible values for the Options directive are "None", "All",

       # or any combination of:

       #  Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews

       #

       # Note that "MultiViews" must be named *explicitly* --- "Options All"

       # doesn't give it to you.

       #

       # The Options directive is both complicated and important. Please see

       # http://httpd.apache.org/docs/2.4/mod/core.html#options

       # for more information.

       #

    fonte: httpd.conf