From: Lucien Gentis Date: Sat, 2 May 2015 16:38:24 +0000 (+0000) Subject: Rebuild. X-Git-Tag: 2.5.0-alpha~3181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2887a0cefb781952fd7f577bbcab71d063ec33a4;p=thirdparty%2Fapache%2Fhttpd.git Rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1677331 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authz_owner.html.fr b/docs/manual/mod/mod_authz_owner.html.fr index 6fabd9a89a1..df80bed3e2c 100644 --- a/docs/manual/mod/mod_authz_owner.html.fr +++ b/docs/manual/mod/mod_authz_owner.html.fr @@ -31,8 +31,6 @@  ja  |  ko 

-
Cette traduction peut être périmée. Vérifiez la version - anglaise pour les changements récents.
@@ -111,11 +109,11 @@ fichiers propriétaire ne soit jones au lieu de smith.

-
<Directory /home/*/public_html/private>
+      
<Directory "/home/*/public_html/private">
     AuthType Basic
-    AuthName MyPrivateFiles
+    AuthName "MyPrivateFiles"
     AuthBasicProvider dbm
-    AuthDBMUserFile /usr/local/apache2/etc/.htdbm-all
+    AuthDBMUserFile "/usr/local/apache2/etc/.htdbm-all"
     Require file-owner
 </Directory>
@@ -134,14 +132,14 @@ fichiers foo, ils seront autorisés à accéder aux répertoires project-foo de chacun d'entre eux.

-
<Directory /home/*/public_html/project-foo>
+      
<Directory "/home/*/public_html/project-foo">
     AuthType Basic
     AuthName "Project Foo Files"
     AuthBasicProvider dbm
     
     # combined user/group database
-    AuthDBMUserFile  /usr/local/apache2/etc/.htdbm-all
-    AuthDBMGroupFile /usr/local/apache2/etc/.htdbm-all
+    AuthDBMUserFile  "/usr/local/apache2/etc/.htdbm-all"
+    AuthDBMGroupFile "/usr/local/apache2/etc/.htdbm-all"
     
     Satisfy All
     Require file-group
diff --git a/docs/manual/mod/mod_authz_owner.xml.meta b/docs/manual/mod/mod_authz_owner.xml.meta
index f5823c875f5..9f7a44bc160 100644
--- a/docs/manual/mod/mod_authz_owner.xml.meta
+++ b/docs/manual/mod/mod_authz_owner.xml.meta
@@ -8,7 +8,7 @@
 
   
     en
-    fr
+    fr
     ja
     ko
   
diff --git a/docs/manual/mod/mod_cern_meta.html.fr b/docs/manual/mod/mod_cern_meta.html.fr
index d81f632dece..a90325b6dd7 100644
--- a/docs/manual/mod/mod_cern_meta.html.fr
+++ b/docs/manual/mod/mod_cern_meta.html.fr
@@ -30,8 +30,6 @@
  fr  |
  ko 

-
Cette traduction peut être périmée. Vérifiez la version - anglaise pour les changements récents.
Description:Autorisation basée sur l'appartenance des fichiers
Statut:Extension
diff --git a/docs/manual/mod/mod_cern_meta.xml.meta b/docs/manual/mod/mod_cern_meta.xml.meta index 92cdd1bb651..8a68d26e7dc 100644 --- a/docs/manual/mod/mod_cern_meta.xml.meta +++ b/docs/manual/mod/mod_cern_meta.xml.meta @@ -8,7 +8,7 @@ en - fr + fr ko diff --git a/docs/manual/mod/mod_cgid.html.fr b/docs/manual/mod/mod_cgid.html.fr index c08cb35aa6a..b9a5b257e13 100644 --- a/docs/manual/mod/mod_cgid.html.fr +++ b/docs/manual/mod/mod_cgid.html.fr @@ -31,8 +31,6 @@  ja  |  ko 

-
Cette traduction peut être périmée. Vérifiez la version - anglaise pour les changements récents.
Description:La sémantique des métafichiers du serveur httpd du CERN
Statut:Extension
diff --git a/docs/manual/mod/mod_cgid.xml.meta b/docs/manual/mod/mod_cgid.xml.meta index 80fbe55ed9b..edab4a72019 100644 --- a/docs/manual/mod/mod_cgid.xml.meta +++ b/docs/manual/mod/mod_cgid.xml.meta @@ -8,7 +8,7 @@ en - fr + fr ja ko diff --git a/docs/manual/mod/mod_dialup.html.fr b/docs/manual/mod/mod_dialup.html.fr index 7a98f5e265a..ed127bf0c76 100644 --- a/docs/manual/mod/mod_dialup.html.fr +++ b/docs/manual/mod/mod_dialup.html.fr @@ -29,8 +29,6 @@

Langues Disponibles:  en  |  fr 

-
Cette traduction peut être périmée. Vérifiez la version - anglaise pour les changements récents.
Description:Exécution des scripts CGI par l'intermédiaire d'un démon CGI externe
Statut:Base
@@ -43,8 +41,8 @@ passante limit modems. Ainsi, il est possible de naviguer sur votre site avec un modem 56k V.92 en positionnant une configuration de ce type :

-
<Location /mysite>
-    ModemStandard V.92
+
<Location "/mysite">
+    ModemStandard "V.92"
 </Location>
@@ -75,8 +73,8 @@ client.

Cette directive permet de spécifier le standard de modem que vous souhaitez simuler.

-
<Location /mysite>
-    ModemStandard V.26bis
+
<Location "/mysite">
+    ModemStandard "V.26bis"
 </Location>
diff --git a/docs/manual/mod/mod_dialup.xml.meta b/docs/manual/mod/mod_dialup.xml.meta index c5f8c4027a7..94c273fb3d4 100644 --- a/docs/manual/mod/mod_dialup.xml.meta +++ b/docs/manual/mod/mod_dialup.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/mod/mod_example_hooks.html.fr b/docs/manual/mod/mod_example_hooks.html.fr index b2f717211a7..937699b865b 100644 --- a/docs/manual/mod/mod_example_hooks.html.fr +++ b/docs/manual/mod/mod_example_hooks.html.fr @@ -30,8 +30,6 @@  fr  |  ko 

-
Cette traduction peut être périmée. Vérifiez la version - anglaise pour les changements récents.
Description:Envoie le contenu statique avec une bande passante limitée définie par les différents standards des anciens modems.
Statut:Expérimental
@@ -127,7 +125,7 @@

Pour activer le module example_hooks, ajoutez à votre fichier httpd.conf un bloc du style :

-
<Location /example-hooks-info>
+
<Location "/example-hooks-info">
    SetHandler example-hooks-handler
 </Location>
diff --git a/docs/manual/mod/mod_example_hooks.xml.meta b/docs/manual/mod/mod_example_hooks.xml.meta index 5c3b45aa9dd..cd07cfa4ad7 100644 --- a/docs/manual/mod/mod_example_hooks.xml.meta +++ b/docs/manual/mod/mod_example_hooks.xml.meta @@ -8,7 +8,7 @@ en - fr + fr ko diff --git a/docs/manual/mod/mod_ext_filter.html.fr b/docs/manual/mod/mod_ext_filter.html.fr index 367f63a85f2..5831e8274c9 100644 --- a/docs/manual/mod/mod_ext_filter.html.fr +++ b/docs/manual/mod/mod_ext_filter.html.fr @@ -31,8 +31,6 @@  ja  |  ko 

-
Cette traduction peut être périmée. Vérifiez la version - anglaise pour les changements récents.
Description:Illustration de l'API des modules Apache
Statut:Expérimental
Identificateur de Module:example_hooks_module
@@ -115,7 +113,7 @@ ExtFilterDefine c-to-html mode=output \
# la directive de mod_ext_filter qui définit le filtre externe
 ExtFilterDefine gzip mode=output cmd=/bin/gzip
 
-<Location /gzipped>
+<Location "/gzipped">
 
     # directive de base permettant de traiter la sortie avec le
   # filtre gzip
@@ -138,7 +136,7 @@ ExtFilterDefine gzip mode=output cmd=/bin/gzip
 ExtFilterDefine slowdown mode=output cmd=/bin/cat \
     preservescontentlength
 
-<Location />
+<Location "/">
     # directive de base permettant de traiter plusieurs fois la
     # sortie avec le filtre slowdown
     #
@@ -156,7 +154,7 @@ ExtFilterDefine slowdown mode=output cmd=/bin/cat \
 ExtFilterDefine fixtext mode=output intype=text/html \
     cmd="/bin/sed s/verdana/arial/g"
 
-<Location />
+<Location "/">
     # directive de base permettant de traiter la sortie avec le
     # filtre fixtext
     SetOutputFilter fixtext
@@ -191,7 +189,7 @@ ExtFilterDefine traceafter \
     cmd="/bin/tracefilter.pl /tmp/traceafter" \
     EnableEnv=trace_this_client ftype=21
 
-<Directory /usr/local/docs>
+<Directory "/usr/local/docs">
     SetEnvIf Remote_Addr 192.168.1.31 trace_this_client
     SetOutputFilter tracebefore;deflate;traceafter
 </Directory>
diff --git a/docs/manual/mod/mod_ext_filter.xml.meta b/docs/manual/mod/mod_ext_filter.xml.meta index 2ae0bcfe653..10bf3caeb07 100644 --- a/docs/manual/mod/mod_ext_filter.xml.meta +++ b/docs/manual/mod/mod_ext_filter.xml.meta @@ -8,7 +8,7 @@ en - fr + fr ja ko diff --git a/docs/manual/mod/mod_proxy.html.fr b/docs/manual/mod/mod_proxy.html.fr index 8a7e0732fff..8bebf493b79 100644 --- a/docs/manual/mod/mod_proxy.html.fr +++ b/docs/manual/mod/mod_proxy.html.fr @@ -30,8 +30,6 @@  fr  |  ja 

-
Cette traduction peut être périmée. Vérifiez la version - anglaise pour les changements récents.
Description:Fait traiter le corps de la réponse par un programme externe avant de l'envoyer au client
Statut:Extension
@@ -224,8 +222,8 @@

Si en outre, vous désirez activer la mise en cache, consultez la documentation de mod_cache.

-

Mandataire inverse

ProxyPass /foo http://foo.example.com/bar
-ProxyPassReverse /foo http://foo.example.com/bar
+

Mandataire inverse

ProxyPass "/foo" "http://foo.example.com/bar"
+ProxyPassReverse "/foo" "http://foo.example.com/bar"

Mandataire direct

ProxyRequests On
@@ -246,7 +244,7 @@ ProxyVia On
     spécifié via un mandat inverse :
     

-

Scripts PHP et mandataire inverse

<FilesMatch \.php$>
+    

Scripts PHP et mandataire inverse

<FilesMatch "\.php$">
     SetHandler  "proxy:unix:/path/to/app.sock|fcgi://localhost/"
 </FilesMatch>
@@ -276,7 +274,7 @@ ProxyVia On Ils sont en général définis via les directives ProxyPass ou ProxyPassMatch lorsqu'on les utilise dans le cadre d'un mandataire inverse :

-
ProxyPass /example http://backend.example.com connectiontimeout=5 timeout=30
+
ProxyPass "/example" "http://backend.example.com" connectiontimeout=5 timeout=30
@@ -313,8 +311,8 @@ ProxyVia On

L'URL qui identifie un worker correspond à l'URL de son serveur original, y compris un éventuel chemin donné :

-
ProxyPass /examples http://backend.example.com/examples
-ProxyPass /docs http://backend.example.com/docs
+
ProxyPass "/examples" "http://backend.example.com/examples"
+ProxyPass "/docs" "http://backend.example.com/docs"

Dans cet exemple, deux workers différents sont définis, chacun @@ -327,8 +325,8 @@ ProxyPass /docs http://backend.example.com/docs

correspond au début de l'URL d'un autre worker défini plus loin dans le fichier de configuration. Dans l'exemple suivant,

-
ProxyPass /apps http://backend.example.com/ timeout=60
-ProxyPass /examples http://backend.example.com/examples timeout=10
+
ProxyPass "/apps" "http://backend.example.com/" timeout=60
+ProxyPass "/examples" "http://backend.example.com/examples" timeout=10

le second worker n'est pas vraiment créé. C'est le premier @@ -455,8 +453,8 @@ ProxyPass /examples http://backend.example.com/examples timeout=10

Il s'agit des variables force-proxy-request-1.0 et proxy-nokeepalive.

-
<Location /buggyappserver/>
-  ProxyPass http://buggyappserver:7001/foo/
+      
<Location "/buggyappserver/">
+  ProxyPass "http://buggyappserver:7001/foo/"
   SetEnv force-proxy-request-1.0 1
   SetEnv proxy-nokeepalive 1
 </Location>
@@ -1151,8 +1149,8 @@ de la version 2.4.7 du serveur HTTP Apache

Supposons que le serveur local a pour adresse http://example.com/ ; alors la ligne

-
<Location /mirror/foo/>
-    ProxyPass http://backend.example.com/
+    
<Location "/mirror/foo/">
+    ProxyPass "http://backend.example.com/"
 </Location>
@@ -1165,7 +1163,7 @@ de la version 2.4.7 du serveur HTTP Apache présente en très grand nombre. Elle possède l'avantage de permettre un contrôle dynamique via l'interface Balancer Manager :

-
ProxyPass /miroir/foo/ http://backend.example.com/
+
ProxyPass "/miroir/foo/" "http://backend.example.com/"
@@ -1180,16 +1178,16 @@ de la version 2.4.7 du serveur HTTP Apache

Le drapeau ! permet de soustraire un sous-répertoire du mandat inverse, comme dans l'exemple suivant :

-
<Location /mirror/foo/>
-    ProxyPass http://backend.example.com/
+    
<Location "/mirror/foo/">
+    ProxyPass "http://backend.example.com/"
 </Location>
-<Location /mirror/foo/i>
-    ProxyPass !
+<Location "/mirror/foo/i">
+    ProxyPass "!"
 </Location>
-
ProxyPass /mirror/foo/i !
-ProxyPass /mirror/foo http://backend.example.com
+
ProxyPass "/mirror/foo/i" "!"
+ProxyPass "/mirror/foo" "http://backend.example.com"

va mandater toutes les requêtes pour /miroir/foo @@ -1242,7 +1240,7 @@ ProxyPass /mirror/foo http://backend.example.com

enfants, sauf si un seul processus enfant est autorisé par la configuration ou la conception du module multi-processus (MPM).

-

Exemple

ProxyPass /example http://backend.example.com max=20 ttl=120 retry=300
+

Exemple

ProxyPass "/example" "http://backend.example.com" max=20 ttl=120 retry=300
Description:Serveur mandataire/passerelle multi-protocole
Statut:Extension
Identificateur de Module:proxy_module
Paramètres de BalancerMember
@@ -1586,8 +1584,8 @@ ProxyPass /mirror/foo http://backend.example.com

Exemple de configuration d'un répartiteur de charge

-
ProxyPass /special-area http://special.example.com smax=5 max=10
-ProxyPass / balancer://mycluster/ stickysession=JSESSIONID|jsessionid nofailover=On
+    
ProxyPass "/special-area" "http://special.example.com" smax=5 max=10
+ProxyPass "/" "balancer://mycluster/" stickysession=JSESSIONID|jsessionid nofailover=On
 <Proxy balancer://mycluster>
     BalancerMember ajp://1.2.3.4:8009
     BalancerMember ajp://1.2.3.5:8009 loadfactor=20
@@ -1598,7 +1596,7 @@ ProxyPass / balancer://mycluster/ stickysession=JSESSIONID|jsessionid nofailover
 
     

Configuration d'un serveur cible de réserve qui ne sera utilisé que si aucun autre serveur cible n'est disponible

-
ProxyPass / balancer://hotcluster/ 
+    
ProxyPass "/" "balancer://hotcluster/ "
 <Proxy balancer://hotcluster>
     BalancerMember ajp://1.2.3.4:8009 loadfactor=1
     BalancerMember ajp://1.2.3.5:8009 loadfactor=2
@@ -1660,8 +1658,8 @@ RewriteCond %{HTTPS} =on
 RewriteRule . - [E=protocol:https]
 
 RewriteRule ^/mirror/foo/(.*) %{ENV:protocol}://backend.example.com/$1 [P]
-ProxyPassReverse  /mirror/foo/ http://backend.example.com/
-ProxyPassReverse  /mirror/foo/ https://backend.example.com/
+ProxyPassReverse "/mirror/foo/" "http://backend.example.com/" +ProxyPassReverse "/mirror/foo/" "https://backend.example.com/"
@@ -1747,7 +1745,7 @@ du serveur local en utilisant des expressions rationnelles

Supposons que le serveur local a pour adresse http://example.com/ ; alors

-
ProxyPassMatch ^(/.*\.gif)$ http://backend.example.com/$1
+
ProxyPassMatch "^(/.*\.gif)$" "http://backend.example.com/$1"

va provoquer la conversion interne de la requête locale @@ -1759,13 +1757,14 @@ du serveur local en utilisant des expressions rationnelles avant les substitutions d'expressions rationnelles (et doit aussi l'être après). Ceci limite les correspondances que vous pouvez utiliser. Par exemple, si l'on avait utilisé

-
ProxyPassMatch ^(/.*\.gif)$ http://backend.example.com:8000$1
+
        ProxyPassMatch "^(/.*\.gif)$"
+	"http://backend.example.com:8000$1"

dans l'exemple précédent, nous aurions provoqué une erreur de syntaxe au démarrage du serveur. C'est une bogue (PR 46665 dans ASF bugzilla), et il est possible de la contourner en reformulant la correspondance :

-
ProxyPassMatch ^/(.*\.gif)$ http://backend.example.com:8000/$1
+
ProxyPassMatch "^/(.*\.gif)$" "http://backend.example.com:8000/$1"
@@ -1836,10 +1835,10 @@ par un serveur mandat

Supposons par exemple que le serveur local a pour adresse http://example.com/ ; alors

-
ProxyPass         /mirror/foo/ http://backend.example.com/
-ProxyPassReverse  /mirror/foo/ http://backend.example.com/
+    
ProxyPass         "/mirror/foo/" "http://backend.example.com/"
+ProxyPassReverse  "/mirror/foo/" "http://backend.example.com/"
 ProxyPassReverseCookieDomain  backend.example.com  public.example.com
-ProxyPassReverseCookiePath  /  /mirror/foo/
+ProxyPassReverseCookiePath "/" "/mirror/foo/"

ne va pas seulement provoquer la conversion interne d'une requête @@ -1925,7 +1924,7 @@ r

Dans l'exemple fourni avec la directive ProxyPassReverse, la directive :

-
ProxyPassReverseCookiePath  /  /mirror/foo/
+
ProxyPassReverseCookiePath  "/"  "/mirror/foo/"

va réécrire un cookie possédant un chemin d'arrière-plan / diff --git a/docs/manual/mod/mod_proxy.xml.meta b/docs/manual/mod/mod_proxy.xml.meta index f0185375d44..38a79fdda73 100644 --- a/docs/manual/mod/mod_proxy.xml.meta +++ b/docs/manual/mod/mod_proxy.xml.meta @@ -8,7 +8,7 @@ en - fr + fr ja