LPI
117-303 · Question #38
The local system administrator has created a configuration entry for apache version 2 that isn't working. What is wrong with the following configuration? <Location /members> AuthName Members…
The correct answer is A. The directive require validuser is missing. See the full explanation below for the reasoning.
Question
The local system administrator has created a configuration entry for apache version 2 that isn't working. What is wrong with the following configuration? <Location /members> AuthName Members AuthType Basic AuthUserFile /www/passwd </Location>
Options
- AThe directive require validuser is missing.
- BBasic Authentication has been removed from Apache 2.x.
- CThe format of the password file is not specified.
- DThe AuthUserFile must be in the apache configuration directory.
How the community answered
(28 responses)- A71% (20)
- B4% (1)
- C14% (4)
- D11% (3)
Community Discussion
No community discussion yet for this question.