Considering the following excerpt from the httpd.conf file, select the correct answer below: <Location> AllowOverride AuthConfig Indexes </Location>

Considering the following excerpt from the httpd.conf file, select the correct answer below:
<Location> AllowOverride AuthConfig Indexes </Location>

Considering the following excerpt from the httpd.conf file, select the correct answer below:
<Location> AllowOverride AuthConfig Indexes </Location>

A.
The Indexes directive in the excerpt allows the use of other index-related directives such
as DirectoryIndex

B.
Both directives AuthConfig and Indexes found in the server’s .htaccess file will be
overridden by the same directives found in the httpd.conf file

C.
The AuthConfig used in the excerpt allows the use of other authentication-related
directives such as AuthType

D.
The excerpt is incorrect, as the AllowOverride cannot be used with Indexes, since the
latter cannot be overridden

E.
The excerpt is incorrect, because AllowOverride cannot be used inside a Location
section

Explanation:



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Carlos Santos

Carlos Santos

For security reasons you will also need to enable the use of .htaccess files in the main configuration file by setting the AllowOverride directive for that DIRECTORY context.