QuestionQ64

HTTP Services

When using mod_authz_core, which of the following strings may be used as an argument to Require in an Apache HTTPD configuration file to specify the authentication provider?

Choose three
  • A method
  • B all
  • C regex
  • D header
  • E expr
Explanation

mod_authz_core supplies the generic Require authorization providers all, method, and expr. all unconditionally grants or denies access, method evaluates specified HTTP methods, and expr evaluates an authorization expression. Apache HTTP Server: mod_authz_core

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!