LPI
117-202 · 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
(35 responses)- A6% (2)
- C3% (1)
- D11% (4)
- E80% (28)
Community Discussion
No community discussion yet for this question.