nerdexam
LPI

117-303 · Question #75

The apache administrator has added the following lines to the configuration files: <Directory /> AllowOverride None </Directory> What is the purpose of this directive?

The correct answer is C. It stops users from setting up .htaccess files unless specifically allowed in additional. See the full explanation below for the reasoning.

Question

The apache administrator has added the following lines to the configuration files: <Directory /> AllowOverride None </Directory> What is the purpose of this directive?

Options

  • AIt stops users from serving HTML files from their home directories.
  • BIt prevents HTML files from being served out of the / directory.
  • CIt stops users from setting up .htaccess files unless specifically allowed in additional
  • DIt prevents CGI scripts from modifying apache features dynamically.

How the community answered

(51 responses)
  • A
    6% (3)
  • B
    10% (5)
  • C
    82% (42)
  • D
    2% (1)

Community Discussion

No community discussion yet for this question.

Full 117-303 Practice