Actions
Server document-rootDetails » History » Revision 2
« Previous |
Revision 2/14
(diff)
| Next »
Anonymous, 2006-11-28 19:17
absolute paths only!
server.document-root
server.document-root
document-root of the webserver
This variable has the specified as it will be used for all requests without a Host: header and for all with a know hostname which you might have specified with one of the above conditionals.
Default: no default, required
Only absolute paths (e.g. "/var/www/web/" are supported, relative paths (like ~/web or ./web) will most certainly lead to errors.
Updated by Anonymous almost 18 years ago · 2 revisions