From: Vincent Bray Date: Sun, 2 Sep 2007 16:04:11 +0000 (+0000) Subject: buildfluff X-Git-Tag: 2.3.0~1466 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d556fb056123b9819fcf8b831f3bbc75045f6357;p=thirdparty%2Fapache%2Fhttpd.git buildfluff git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@572012 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index e2355b10434..68fc23779ca 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -41,6 +41,7 @@ available
  • CGIMapExtension
  • ContentDigest
  • DefaultType
  • +
  • Define
  • <Directory>
  • <DirectoryMatch>
  • DocumentRoot
  • @@ -595,6 +596,20 @@ server cannot determine a type in any other way including filename extensions, that might identify the media type will override this default.

    + +
    top
    +

    Define Directive

    + + + + + + +
    Description:Define the existence of a variable
    Syntax:Define parameter-name
    Context:server config
    Status:Core
    Module:core
    +

    Equivalent to passing the -D argument to httpd.

    +

    This directive can be used to toggle the use of <IfDefine> sections without needing to alter + -D arguments in any startup scripts.

    +
    top

    <Directory> Directive

    @@ -1328,9 +1343,9 @@ if a test is true at startup the test, and only processes the directives if parameter-name is not defined.

    -

    The parameter-name argument is a define as given on - the httpd command line via -Dparameter- - , at the time the server was started.

    +

    The parameter-name argument is a define as given on the + httpd command line via -Dparameter + at the time the server was started or by the Define directive.

    <IfDefine> sections are nest-able, which can be used to implement simple diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index 2e4c64fe30f..7be32ac361f 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + +