LPI Exam Questions

Considering the following excerpt from the httpd.conf file, select the correct answer below: <Loc

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: