Which Apache HTTPD configuration directive is used to specify the method of authentication, e.g. None or Basic?
Which Apache HTTPD configuration directive is used to specify the method of authentication, e.g. None or Basic?
The Apache HTTPD configuration directive used to specify the method of authentication, such as None or Basic, is 'AuthType'. This directive defines the type of authentication to be used in the context of the configuration, such as Basic or Digest authentication.
C. AuthType