Which statements about the Alias and Redirect directives in Apache HTTPD’s configuration file are true?

Which statements about the Alias and Redirect directives in Apache HTTPD’s configuration file are true? (Choose two.)
A. Alias can only reference files under DocumentRoot
B. Redirect works with regular expressions
C. Redirect is handled on the client side
D. Alias is handled on the server side
E. Alias is not a valid configuration directive

Download Printable PDF. VALID exam to help you PASS.

3 thoughts on “Which statements about the Alias and Redirect directives in Apache HTTPD’s configuration file are true?

  1. A) NOT true, see: https://httpd.apache.org/docs/2.4/mod/mod_alias.html#alias
    “The Alias directive allows documents to be stored in the local filesystem other than under the DocumentRoot.”
    B) Redirect does NOT work with regex, but RedirectMatch does.
    https://httpd.apache.org/docs/2.4/mod/mod_alias.html#redirect
    C) is correct, see link above: “The Redirect directive maps an old URL into a new one by asking the client to refetch the resource at the new location.”
    D) is correct, see: link mentioned under A)

    Correct Answers: C & D

Leave a Reply

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


The reCAPTCHA verification period has expired. Please reload the page.