What is the function of the document root? Where is it located by default? How would you change the location of the document root?

What will be an ideal response?


The root of the directory hierarchy that Apache serves content from is called
the document root. By default it is located at /var/www/html. This direc-
tory on the server maps to / so it appears to users who are browsing a Web
site as the root directory.

Computer Science & Information Technology

You might also like to view...

Compare IPv4 with IPv6.

What will be an ideal response?

Computer Science & Information Technology

Which function returns the relative position of a value?

A. INDEX B. MATCH C. HLOOKUP D. VLOOKUP

Computer Science & Information Technology

Only that employee whose job function depends on knowing the information is provided access. This is called ____.

A. Due care B. Separation of duties C. Risk assessment D. Need to know

Computer Science & Information Technology

Since a heap is a complete binary tree, what would be an efficient basis for its implementation?

a. pointer based b. array based c. a bag d. a set-based

Computer Science & Information Technology