From: André Malo
Beschreibung: | Ständig verfügbare Kernfunktionen des Apache HTTP Servers |
---|---|
Status: | Core |
Die Direktive ServerRoot
bestimmt das
Verzeichnis, in dem der Server installiert ist. Üblicherweise
enthält es die Unterverzeichnisse conf/
und
- logs/
. Relative Pfadangaben für andere
- Konfigurationsdateien werden relativ zu diesem Verzeichnis betrachtet.
logs/
. Relative Pfadangaben anderer Direktiven (wie z.B.
+ Include
oder LoadModule
) werden relativ zu diesem
+ Verzeichnis betrachtet.
The
ServerRoot /home/httpd
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en
index 04ae7bfa438..a0dbb0ad036 100644
--- a/docs/manual/mod/core.html.en
+++ b/docs/manual/mod/core.html.en
@@ -2735,7 +2735,7 @@ is accessed by an incompatible browser
ServerRoot
directive sets the
directory in which the server lives. Typically it will contain the
subdirectories conf/
and logs/
. Relative
- paths in other configuration directives (such as Include
or LoadModule
, for example) are taken as
+ paths in other configuration directives (such as Include
or LoadModule
, for example) are taken as
relative to this directory.Example
diff --git a/docs/manual/mod/core.xml.ja b/docs/manual/mod/core.xml.ja
index 00aaf2ac416..211e7d1b9e3 100644
--- a/docs/manual/mod/core.xml.ja
+++ b/docs/manual/mod/core.xml.ja
@@ -1,7 +1,7 @@
-
+