LPIC-2 Exam 202 (Linux Engineer) — Question 63
When using mod_authz_core, which of the following strings can be used as an argument to Require in an Apache HTTPD configuration file to specify the authentication provider? (Choose three.)
Answer options
- A. method
- B. all
- C. regex
- D. header
- E. expr
Correct answer: A, B, E
Explanation
The correct answers, A, B, and E, represent valid arguments for the Require directive in mod_authz_core for specifying authentication providers. Option C, 'regex', and option D, 'header', do not function as valid arguments in this context.