From: Graham Leggett Date: Sun, 25 Mar 2012 22:25:23 +0000 (+0000) Subject: Update transformations. X-Git-Tag: 2.4.2~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bdf5f1cb1e5ee05b6234a1987424a66d99621275;p=apache Update transformations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1305165 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.xml.meta b/docs/manual/expr.xml.meta index ea324a8bb2..d5a2e5e1a5 100644 --- a/docs/manual/expr.xml.meta +++ b/docs/manual/expr.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 121aa3675a..63e143044b 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -43,6 +43,7 @@ available
  • AllowOverrideList
  • CGIMapExtension
  • ContentDigest
  • +
  • DefaultRuntimeDir
  • DefaultType
  • Define
  • <Directory>
  • @@ -664,6 +665,41 @@ headers SSI documents, output from CGI scripts, and byte range responses do not have this header.

    + +
    top
    +

    DefaultRuntimeDir Directive

    + + + + + + + +
    Description:Base directory for the server run-time files
    Syntax:DefaultRuntimeDir directory-path
    Default:DefaultRuntimeDir DEFAULT_REL_RUNTIMEDIR (logs/)
    Context:server config
    Status:Core
    Module:core
    +

    The DefaultRuntimeDir directive sets the + directory in which the server will create various run-time files + (shared memory, locks, etc.). If set as a relative path, the full path + will be relative to ServerRoot

    + +

    Example

    + DefaultRuntimeDir scratch/ +

    + +

    The default location of DefaultRuntimeDir may be + modified by changing the DEFAULT_REL_RUNTIMEDIR #define + at build time.

    + +

    Note: ServerRoot should be specified before this + directive is used, otherwise the default value of ServerRoot + would be used to set the base directory.

    + + +

    See also

    +
    top

    DefaultType Directive

    diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index a1921ed481..9727ecf572 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + + + + + + + + + +