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.)
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.)
In an Apache HTTPD configuration file when using mod_authz_core, the strings that can be used as arguments to Require to specify the authentication provider include 'method', 'all', and 'expr'. 'method' is used to allow or deny access based on the HTTP method used in the request. 'all' grants access to all users. 'expr' allows for complex conditions using expressions. While 'regex' and 'header' are not standard authentication providers in this context.
A. method B. all E. expr
A, B and E are correct
Just to complet the list, we also have : env