nerdexam
CompTIA

LX0-102 · Question #228

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

(60 responses)
  • A
    72% (43)
  • B
    17% (10)
  • C
    8% (5)
  • D
    3% (2)

Community Discussion

No community discussion yet for this question.

Full LX0-102 Practice