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)- A2% (1)
- B5% (2)
- C2% (1)
- D11% (5)
- E80% (35)
Community Discussion
No community discussion yet for this question.