From: Astrid Malo then an access to
http://www.my.host.com/index.html
refers to
- /usr/web/index.html
./usr/web/index.html
. If the directory-path is
+ not absolute then it is assumed to be relative to the ServerRoot
.
The DocumentRoot
should be specified without
a trailing slash.
The ErrorLog
directive sets the name of
the file to which the server will log any errors it encounters. If
- the file-path is not absolute (in general: does not begin
- with a slash (/)) then it is assumed to be relative to the ServerRoot
.
ServerRoot
.
ErrorLog /var/log/httpd/error_log
@@ -1368,9 +1369,8 @@ the server configuration files
files in a directory that can cause
httpd
to
fail.
The file path specified may be an absolute path (i.e.
- starting with a slash), or may be relative to the
- ServerRoot
directory.
The file path specified may be an absolute path, or may be relative
+ to the ServerRoot
directory.
Examples:
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index c167f484d2..d759ad66dc 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -709,7 +709,9 @@ from the webthen an access to
http://www.my.host.com/index.html
refers to
- /usr/web/index.html
.
/usr/web/index.html
. If the directory-path is
+ not absolute then it is assumed to be relative to the The
The
httpd
to
fail.
- The file path specified may be an absolute path (i.e.
- starting with a slash), or may be relative to the
-
The file path specified may be an absolute path, or may be relative
+ to the
Examples: