LPIC-2 Exam 202 (Linux Engineer) — Question 81
Which Apache HTTPD configuration directive is used to specify the method of authentication, e.g. None or Basic?
Answer options
- A. AuthUser
- B. AllowedAuthUser
- C. AuthType
- D. AllowAuth
Correct answer: C
Explanation
The correct answer is C, AuthType, as it specifically defines the type of authentication to be used in the configuration. Options A, B, and D do not represent the directive responsible for setting the authentication method.