From: Vincent Bray Date: Thu, 3 Apr 2008 22:45:43 +0000 (+0000) Subject: Update transformations X-Git-Tag: 2.3.0~822 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0769626097732113f482358d0e08167a5c7f424;p=thirdparty%2Fapache%2Fhttpd.git Update transformations git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@644539 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/index.html.fr b/docs/manual/index.html.fr index 1018c456493..d41c0a0ab17 100644 --- a/docs/manual/index.html.fr +++ b/docs/manual/index.html.fr @@ -67,7 +67,7 @@
  • Configuration à l'échelle du serveur
  • Chiffrement SSL/TLS
  • Exécution des CGI avec suexec
  • -
  • Guide de réécriture des URLs
  • +
  • Guide de réécriture des URLs
  • Hôtes virtuels
  • Recettes / Tutoriels

    @@ -87,6 +87,7 @@
  • Plan du site
  • Documentation du développeur
  • Autres notes
  • +
  • Wiki
  • diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 801a94e8913..44dbdb97cc7 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -54,6 +54,7 @@ available
  • <FilesMatch>
  • ForceType
  • HostnameLookups
  • +
  • <If>
  • <IfDefine>
  • <IfModule>
  • Include
  • @@ -1327,6 +1328,37 @@ MIME content-type directory, can be used to look up host names from logged IP addresses offline.

    +
    +
    top
    +

    <If> Directive

    + + + + + + + +
    Description:Contains directives that apply only if a condition is +satisfied by a request at runtime
    Syntax:<If expression> ... </If>
    Context:server config, virtual host, directory, .htaccess
    Override:All
    Status:Core
    Module:core
    +

    The <If> directive + evaluates an expression at runtime, and applies the enclosed + directives if and only if the expression evaluates to true. + For example:

    + +

    + <If "$req{Host} = ''"> +

    + +

    would match HTTP/1.0 requests without a Host: header.

    + +

    See also

    +
    top

    <IfDefine> Directive

    @@ -1654,7 +1686,7 @@ methods LOCK, and UNLOCK. The method name is case-sensitive. If GET is used it will also restrict HEAD requests. The TRACE method - cannot be limited.

    + cannot be limited (see <TraceEnable>).

    A <LimitExcept> section should always be used in preference to a <Limit> section when restricting access, diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index 391fbf323ec..bee220cb4bc 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + +