LPI
202-450 · 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. You've hit your weekly limit · resets 5am (America/New_York)
HTTP Services
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
(37 responses)- A3% (1)
- B5% (2)
- C11% (4)
- D3% (1)
- E78% (29)
Explanation
You've hit your weekly limit · resets 5am (America/New_York)
Topics
#Apache#AllowOverride#Location directive#htaccess
Community Discussion
No community discussion yet for this question.