Httpd DocumentRoot

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Overview

DocumentRoot represents the directory out of which the web server will serve its document. By default, all requests are taken from this directory, but symbolic links and aliases may be used to point to other locations.

Example

...
DocumentRoot "/var/www/html"
...