From: Rich Bowen Date: Fri, 20 Jan 2023 17:41:00 +0000 (+0000) Subject: rebuild mod_rewrite doc, and various other files. X-Git-Tag: 2.5.0-alpha2-ci-test-only~143 X-Git-Url: http://git.ipfire.org/index.cgi?a=commitdiff_plain;h=ebdcdcbd4b3c2cd2b6a6b42ea9d0e04139a28034;p=thirdparty%2Fapache%2Fhttpd.git rebuild mod_rewrite doc, and various other files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1906842 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en.utf8 b/docs/manual/mod/core.html.en.utf8 index 16cfd036eeb..fcbf88af360 100644 --- a/docs/manual/mod/core.html.en.utf8 +++ b/docs/manual/mod/core.html.en.utf8 @@ -1364,6 +1364,11 @@ version 2.3.9. </IfDefine> +

Note

+

This directive is evaluated at configuration processing time, + not at runtime. As a result, this directive cannot be conditonally + evaluated by enclosing it in an <If> section.

+
top
@@ -2264,6 +2269,16 @@ satisfied by a request at runtime been evaluated, and so will not be available to use in this directive. + +
+ Directives that take affect during configuration parsing, such as + Define, Include, and + Error cannot be made conditional by enclosing + them in an if <If> configuration + section. These sections are always part of the configuration, + regardless of how they evaluate at runtime. +
+

See also

@@ -5366,6 +5381,11 @@ hostname or IP address </IfDefine> +

Note

+

This directive is evaluated at configuration processing time, + not at runtime. As a result, this directive cannot be conditonally + evaluated by enclosing it in an <If> section.

+
diff --git a/docs/manual/mod/directives.html.de b/docs/manual/mod/directives.html.de index b471184b130..c030497443f 100644 --- a/docs/manual/mod/directives.html.de +++ b/docs/manual/mod/directives.html.de @@ -23,26 +23,26 @@
Apache > HTTP-Server > Dokumentation > Version 2.5 > Module

Verzeichnis der Direktiven

-

Verfügbare Sprachen:  de  | +

Verfügbare Sprachen:  de  |  en  | - es  | - fr  | + es  | + fr  |  ja  |  ko  | - tr  | + tr  |  zh-cn 

- Hier sind alle Apache-Direktiven aufgeführt, die in der - Standard-Apache-Distribution verfügbar sind. Sie sind in + Hier sind alle Apache-Direktiven aufgeführt, die in der + Standard-Apache-Distribution verfügbar sind. Sie sind in einem einheitlichen Format beschrieben. Ein Glossar - erläutert die in der Beschreibung verwendeten Begriffe. + erläutert die in der Beschreibung verwendeten Begriffe.

- Außerdem existiert eine Kurzreferenz der Direktiven, welche - zu jeder Direktive eine Zusammenfassung der Details enthält. + Außerdem existiert eine Kurzreferenz der Direktiven, welche + zu jeder Direktive eine Zusammenfassung der Details enthält.

 A  |  B  |  C  |  D  |  E  |  F  |  G  |  H  |  I  |  K  |  L  |  M  |  N  |  O  |  P  |  Q  |  R  |  S  |  T  |  U  |  V  |  W  |  X 

@@ -246,6 +246,7 @@
  • DavDepthInfinity
  • DavGenericLockDB
  • DavLockDB
  • +
  • DavLockDiscovery
  • DavMinTimeout
  • DBDExptime
  • DBDInitSQL
  • @@ -832,13 +833,13 @@
  • xml2StartParse
  • -

    Verfügbare Sprachen:  de  | +

    Verfügbare Sprachen:  de  |  en  | - es  | - fr  | + es  | + fr  |  ja  |  ko  | - tr  | + tr  |  zh-cn 

    top

    Kommentare

    Notice:
    This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Libera.chat, or sent to our mailing lists.