nerdexam
LPI

202-400 · Question #76

Considering the following excerpt from the httpd.conf file, select the correct answer below: <Location> AllowOverride AuthConfig Indexes </Location>

The correct answer is E. The excerpt is incorrect, because AllowOverride cannot be used inside a Location section. See the full explanation below for the reasoning.

Question

Considering the following excerpt from the httpd.conf file, select the correct answer below: <Location> AllowOverride AuthConfig Indexes </Location>

Options

  • AThe Indexes directive in the excerpt allows the use of other index-related directives such as
  • BBoth directives AuthConfig and Indexes found in the server's .htaccess file will be overridden
  • CThe AuthConfig used in the excerpt allows the use of other authentication-related directives
  • DThe excerpt is incorrect, as the AllowOverride cannot be used with Indexes, since the latter
  • EThe excerpt is incorrect, because AllowOverride cannot be used inside a Location section

How the community answered

(44 responses)
  • A
    2% (1)
  • B
    5% (2)
  • C
    2% (1)
  • D
    11% (5)
  • E
    80% (35)

Community Discussion

No community discussion yet for this question.

Full 202-400 Practice