Httpd DocumentRoot

From NovaOrdis Knowledge Base
Revision as of 02:42, 10 January 2016 by Ovidiu (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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"
...