From: Jim Jagielski Date: Tue, 1 Mar 2011 16:18:40 +0000 (+0000) Subject: Update doccos and xforms X-Git-Tag: 2.3.11~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c465160d9812ba9dd35876ad28d57c16c589c9d9;p=thirdparty%2Fapache%2Fhttpd.git Update doccos and xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1075880 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.html.fr b/docs/manual/expr.html.fr index c09aeecaa93..c365b7ef920 100644 --- a/docs/manual/expr.html.fr +++ b/docs/manual/expr.html.fr @@ -29,6 +29,12 @@ ap_expr, pour toutes les directives de configuration. Ce document décrit l'interpréteur d'expressions ap_expr.

+

Le type d'expression ap_expr est appelé à remplacer la + plupart des autres types d'expressions dans HTTPD. Par exemple, la + directive obsolète SSLRequire peut être remplacée par la + directive Require + expr. +

Voir aussi

+

Voir aussi

top

Syntaxe en Forme de Backus-Naur

@@ -147,7 +153,11 @@ listfunction ::= listfuncname "(" word ")" REQUEST_URI L'URI de la requête REQUEST_FILENAME - + Le chemin complet dans le système de fichiers local du + fichier ou du script correspondant à la requête, si le serveur + l'a dèjà déterminé à l'instant où REQUEST_FILENAME + est référencée. Dans le cas contraire, comme dans un + contexte de serveur virtuel, même valeur que REQUEST_URI SCRIPT_FILENAME Identique à REQUEST_FILENAME SCRIPT_USER @@ -155,7 +165,8 @@ listfunction ::= listfuncname "(" word ")" SCRIPT_GROUP Le nom du groupe auquel appartient le script. PATH_INFO - + L'information relative au nom de chemin située en fin, voir + la directive AcceptPathInfo QUERY_STRING La chaîne de paramètres de la requête courante IS_SUBREQ diff --git a/docs/manual/mod/mod_authn_socache.html.en b/docs/manual/mod/mod_authn_socache.html.en index 4ae98e5dd09..f61fc409104 100644 --- a/docs/manual/mod/mod_authn_socache.html.en +++ b/docs/manual/mod/mod_authn_socache.html.en @@ -164,12 +164,11 @@ the load on backends Status:Base Module:mod_authn_socache -

This is a server-wide setting. If not set, your platform's +

This is a server-wide setting to select a provider for the + shared object cache. + Values are "dbm", "dc", "mc", or "shmcb", each subject to the + appropriate module being loaded. If not set, your platform's default will be used.

-

socache

-

The cache is built on the the socache framework. - We need a link here once that's documented!

-
top
diff --git a/docs/manual/mod/mod_rewrite.html.fr b/docs/manual/mod/mod_rewrite.html.fr index a328dfb2be6..54c43175cb1 100644 --- a/docs/manual/mod/mod_rewrite.html.fr +++ b/docs/manual/mod/mod_rewrite.html.fr @@ -331,7 +331,9 @@ la r
La ligne de requête HTTP complète envoyée par le navigateur au serveur (par exemple, "GET /index.html HTTP/1.1"), à l'exclusion de tout - en-tête ajouté par le navigateur.
+ en-tête ajouté par le navigateur. Cette + valeur n'a pas été déséchappée (décodée), à la + différence de la plupart des variables suivantes.
REQUEST_URI
diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en index 6ace83fd8eb..c5a9d6e6010 100644 --- a/docs/manual/mod/mod_ssl.html.en +++ b/docs/manual/mod/mod_ssl.html.en @@ -1722,7 +1722,7 @@ the left-hand-side expression.

SSLRequire is deprecated

SSLRequire is deprecated and should in general be replaced -by Require expr. The so called +by Require expr. The so called ap_expr syntax of Require expr is a superset of the syntax of SSLRequire, with the following exception:

@@ -1747,7 +1747,7 @@ For the latter, there are also aliases without the leading dashes:
  • Environment Variables in Apache HTTP Server, for additional examples.
  • -
  • Require expr
  • +
  • Require expr
  • Generic expression syntax in Apache HTTP Server
  • diff --git a/docs/manual/new_features_2_4.html.en b/docs/manual/new_features_2_4.html.en index c8ce14b8c64..d8a98d9af94 100644 --- a/docs/manual/new_features_2_4.html.en +++ b/docs/manual/new_features_2_4.html.en @@ -28,6 +28,7 @@ document.

    top
    +

    New Modules

    + +
    +
    mod_allowmethods
    +
    New module to restrict certain HTTP methods without interfering with + authentication or authorization.
    + +
    mod_buffer
    +
    Provides for buffering the input and output filter stacks
    + +
    mod_lua
    +
    Embeds the Lua language into httpd, + for configuration and small business logic functions.
    + +
    mod_proxy_fcgi
    +
    FastCGI Protocol backend for mod_proxy
    + +
    mod_proxy_scgi
    +
    SCGI Protocol backend for mod_proxy
    + +
    mod_ratelimit
    +
    Provides Bandwidth Rate Limiting for Clients
    + +
    mod_reflector
    +
    Provides Reflection of a request body as a response via the output filter stack.
    + +
    mod_remoteip
    +
    Replaces the apparent client remote IP address and hostname for the request + with the IP address list presented by a proxies or a load balancer via + the request headers.
    + +
    mod_reqtimeout
    +
    Set timeout and minimum data rate for receiving requests
    + +
    mod_request
    +
    Provides Filters to handle and make available HTTP request bodies
    + +
    mod_slotmem_shm
    +
    Provides a Slot-based shared memory provider (ala the scoreboard).
    + +
    +
    top
    +

    Module Enhancements

    @@ -72,11 +116,6 @@
    mod_ssl can now be configured to share SSL Session data between servers through memcached
    -
    mod_lua
    - -
    Embeds the Lua language into httpd, - for configuration and small business logic functions.
    -
    mod_proxy
    The ProxyPass directive @@ -86,9 +125,13 @@ block, and offers a significant performance advantage over the traditional two-parameter syntax when present in large numbers.
    -
    mod_proxy_fcgi
    +
    mod_proxy_balancer
    -
    FastCGI Protocol backend for mod_proxy
    +
    More runtime configuration changes for BalancerMembers via balancer-manager
    + +
    Additional BalancerMembers can be added at runtime via balancer-manager
    + +
    Runtime configuration of a subset of Balancer parameters
    mod_cache
    @@ -106,10 +149,6 @@
    mod_cache can now insert HIT/MISS/REVALIDATE into an X-Cache header.
    -
    mod_allowmethods
    -
    New module to restrict certain HTTP methods without interfering with - authentication or authorization.
    -
    mod_include
    Support for the 'onerror' attribute within an 'include' element, allowing an error document to be served on error instead of the default diff --git a/docs/manual/new_features_2_4.xml b/docs/manual/new_features_2_4.xml index 70f7a8d7e4d..8ee18599db5 100644 --- a/docs/manual/new_features_2_4.xml +++ b/docs/manual/new_features_2_4.xml @@ -52,6 +52,49 @@
    +
    + New Modules +
    +
    mod_allowmethods
    +
    New module to restrict certain HTTP methods without interfering with + authentication or authorization.
    + +
    mod_buffer
    +
    Provides for buffering the input and output filter stacks
    + +
    mod_lua
    +
    Embeds the Lua language into httpd, + for configuration and small business logic functions.
    + +
    mod_proxy_fcgi
    +
    FastCGI Protocol backend for mod_proxy
    + +
    mod_proxy_scgi
    +
    SCGI Protocol backend for mod_proxy
    + +
    mod_ratelimit
    +
    Provides Bandwidth Rate Limiting for Clients
    + +
    mod_reflector
    +
    Provides Reflection of a request body as a response via the output filter stack.
    + +
    mod_remoteip
    +
    Replaces the apparent client remote IP address and hostname for the request + with the IP address list presented by a proxies or a load balancer via + the request headers.
    + +
    mod_reqtimeout
    +
    Set timeout and minimum data rate for receiving requests
    + +
    mod_request
    +
    Provides Filters to handle and make available HTTP request bodies
    + +
    mod_slotmem_shm
    +
    Provides a Slot-based shared memory provider (ala the scoreboard).
    + +
    +
    +
    Module Enhancements
    @@ -70,11 +113,6 @@
    mod_ssl can now be configured to share SSL Session data between servers through memcached
    -
    mod_lua
    - -
    Embeds the Lua language into httpd, - for configuration and small business logic functions.
    -
    mod_proxy
    The ProxyPass directive @@ -84,9 +122,13 @@ block, and offers a significant performance advantage over the traditional two-parameter syntax when present in large numbers.
    -
    mod_proxy_fcgi
    +
    mod_proxy_balancer
    -
    FastCGI Protocol backend for mod_proxy
    +
    More runtime configuration changes for BalancerMembers via balancer-manager
    + +
    Additional BalancerMembers can be added at runtime via balancer-manager
    + +
    Runtime configuration of a subset of Balancer parameters
    mod_cache
    @@ -104,10 +146,6 @@
    mod_cache can now insert HIT/MISS/REVALIDATE into an X-Cache header.
    -
    mod_allowmethods
    -
    New module to restrict certain HTTP methods without interfering with - authentication or authorization.
    -
    mod_include
    Support for the 'onerror' attribute within an 'include' element, allowing an error document to be served on error instead of the default @@ -197,4 +235,5 @@

    The developer documentation contains a detailed list of API changes.

    + diff --git a/docs/manual/sitemap.html.de b/docs/manual/sitemap.html.de index e6252e7eecb..804a596edab 100644 --- a/docs/manual/sitemap.html.de +++ b/docs/manual/sitemap.html.de @@ -29,6 +29,9 @@  tr  |  zh-cn 

    +
    Diese Übersetzung ist möglicherweise + nicht mehr aktuell. Bitte prüfen Sie die englische Version auf + die neuesten Änderungen.

    Diese Seite verzeichnet die zur Zeit verfügbaren Dokumente der Dokumentation zum Apache HTTP Server Version diff --git a/docs/manual/sitemap.html.en b/docs/manual/sitemap.html.en index 07f8c8d9b4d..974c537cdc6 100644 --- a/docs/manual/sitemap.html.en +++ b/docs/manual/sitemap.html.en @@ -75,8 +75,10 @@ Documentation.

  • Setting which addresses and ports Apache uses
  • Multi-Processing Modules (MPMs)
  • Environment Variables in Apache
  • +
  • Expression Parsing in Apache
  • Apache's Handler Use
  • Filters
  • +
  • Shared Object Cache Support
  • suEXEC Support
  • Performance Hints
  • Frequently Asked Questions
  • diff --git a/docs/manual/sitemap.xml.de b/docs/manual/sitemap.xml.de index d76279642dc..a94aa16bc65 100644 --- a/docs/manual/sitemap.xml.de +++ b/docs/manual/sitemap.xml.de @@ -1,7 +1,7 @@ - + + + + +