]> granicus.if.org Git - apache/commitdiff
Rebuild
authorRich Bowen <rbowen@apache.org>
Mon, 22 Apr 2013 14:14:09 +0000 (14:14 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 22 Apr 2013 14:14:09 +0000 (14:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1470531 13f79535-47bb-0310-9956-ffa450edef68

17 files changed:
docs/manual/configuring.html.en
docs/manual/configuring.html.fr
docs/manual/configuring.html.tr.utf8
docs/manual/configuring.xml.de
docs/manual/configuring.xml.fr
docs/manual/configuring.xml.ja
docs/manual/configuring.xml.ko
docs/manual/configuring.xml.meta
docs/manual/configuring.xml.tr
docs/manual/content-negotiation.html.tr.utf8
docs/manual/expr.html.fr
docs/manual/programs/fcgistarter.html.fr
docs/manual/programs/fcgistarter.html.tr.utf8
docs/manual/programs/httxt2dbm.html.tr.utf8
docs/manual/rewrite/flags.html.fr
docs/manual/upgrading.html.fr
docs/manual/urlmapping.html.tr.utf8

index 454ca2f0873125724195f74b5b850b9cce33c3e3..4221c04f8ef2575e852322232124638f44785cc8 100644 (file)
@@ -69,6 +69,9 @@ Server.</p>
     There must be no other characters or white space between the
     backslash and the end of the line.</p>
 
+    <p>Arguments to directives are separated by whitespace. If an 
+    argument contains spaces, you must enclose that argument in quotes.</p>
+
     <p>Directives in the configuration files are case-insensitive,
     but arguments to directives are often case sensitive. Lines
     that begin with the hash character "#" are considered
index 06bac597a5d818e8857177de9ec0f85fbc2b5250..82b72c720c5b838fc57550f5a373290039f61010 100644 (file)
@@ -28,6 +28,8 @@
 <a href="./ko/configuring.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="./tr/configuring.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+            anglaise pour les changements récents.</div>
 
 <p>Ce document décrit les fichiers utilisés pour configurer
 le Serveur HTTP Apache.</p>
index 248a5ac577262bd61d04c657b39380dc07f63576..1b1b54ea3ec35fd73e3f936f45a9ad55b6f10b23 100644 (file)
@@ -28,6 +28,7 @@
 <a href="./ko/configuring.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="./tr/configuring.html" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
+<div class="outofdate">Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.</div>
 
 <p>Bu belgede Apache HTTP Sunucusunu yapılandırmakta kullanılan dosyalar
 açıklanmıştır.</p>
index 07b7c6ef5cd5d746c11e1af169bf31f30c623399..2f4656695c8650954883060c986fb17941333e47 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.de.xsl"?>
-<!-- English Revision: 420990:1343937 (outdated) -->
+<!-- English Revision: 420990:1470515 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 93d0c84ade6e9d796f997b7fb7d71f4f013e23fb..ab2552a7d434ec2c42f9f7987d49d4924b7a6b34 100644 (file)
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 1343937 -->
+<!-- English Revision: 1343937:1470515 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 6f2e63c0867c0dec2001e8568cfe5b6b5f0ce380..fad95bf1478fec1e51a5a5a1a5b888b2646d9606 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 420990:1343937 (outdated) -->
+<!-- English Revision: 420990:1470515 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 0e88ead09a0a41a3ec7a4a01c66dedce36c608b3..04feb5bc2aca7061690c5ca5b146d5d6bed07982 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='EUC-KR' ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
-<!-- English Revision: 420990:1343937 (outdated) -->
+<!-- English Revision: 420990:1470515 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index b06983ee5899868c3a1a96b344fb8ae7efa72fca..28796b60e280d055bb743941d911d22e9d0d55b2 100644 (file)
@@ -9,9 +9,9 @@
   <variants>
     <variant outdated="yes">de</variant>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>
index 3ac5dd92c7f9726f44ccbfb4e414d67ce332b00a..4ff44ea4820c6c4dde1dcdd80baa9db6f2340263 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.tr.xsl"?>
-<!-- English Revision: 1343937 -->
+<!-- English Revision: 1343937:1470515 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 4039ce781df8131f88347c0d9da778a39cd60580..c244335e99584852f3e0b8818f8c6ef6d431f833 100644 (file)
@@ -27,7 +27,6 @@
 <a href="./ko/content-negotiation.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="./tr/content-negotiation.html" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
-<div class="outofdate">Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.</div>
 
 
     <p>Apache HTTPD, içerik uzlaşımını HTTP/1.1 belirtiminde bahsedildiği şekliyle
index a62b6b4655b0fea5d626875665c48ac13a9533b8..94ab6913c95b644250c8be91db38ee29cdc71636 100644 (file)
@@ -24,6 +24,8 @@
 <p><span>Langues Disponibles: </span><a href="./en/expr.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="./fr/expr.html" title="Français">&nbsp;fr&nbsp;</a></p>
 </div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+            anglaise pour les changements récents.</div>
 
     <p>Historiquement, il existe de nombreuses variantes dans la syntaxe
     des expressions permettant d'exprimer une condition dans les
index 924ab8a6aca9a61ddd3414f96c370f7d0218e28d..ce4dcbf2e772980051e1c8d0eae097d47a6886eb 100644 (file)
@@ -25,6 +25,8 @@
 <a href="../fr/programs/fcgistarter.html" title="Français">&nbsp;fr&nbsp;</a> |
 <a href="../tr/programs/fcgistarter.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+            anglaise pour les changements récents.</div>
 
     <p />
 </div>
index 0aef385ac5472b9bee0d6296f6e7e86f8cc7cdc2..e3f8223b5c307c66c8bb7c6f8e518dcdb3478d20 100644 (file)
@@ -25,6 +25,7 @@
 <a href="../fr/programs/fcgistarter.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
 <a href="../tr/programs/fcgistarter.html" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
+<div class="outofdate">Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.</div>
 
     <p />
 </div>
index 60e7e78d8f7f8c3834719cd938eb66cdb427f560..d22124eaef23084f4316760d69983c882cc95d62 100644 (file)
@@ -25,7 +25,6 @@
 <a href="../fr/programs/httxt2dbm.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
 <a href="../tr/programs/httxt2dbm.html" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
-<div class="outofdate">Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.</div>
 
     <p><code><strong>httxt2dbm</strong></code>, <code class="directive"><a href="../mod/mod_rewrite.html#rewritemap">RewriteMap</a></code> ile kullanmak için düz metin
     dosyalardan DBM dosyaları üretir.</p>
index 8f9ba1eab1bb78ae447e92b599c34c2aa3ef5c2f..2d163b8352aa84a73e1a8edff0b02e901f0d9130 100644 (file)
@@ -24,8 +24,6 @@
 <p><span>Langues Disponibles: </span><a href="../en/rewrite/flags.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../fr/rewrite/flags.html" title="Français">&nbsp;fr&nbsp;</a></p>
 </div>
-<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
-            anglaise pour les changements récents.</div>
 
 <p>Ce document décrit les drapeaux disponibles dans la directive
 <code class="directive"><a href="../mod/mod_rewrite.html#rewriterule">RewriteRule</a></code>, en fournissant
index aa3b2fc691520d69ba68aece6b75b9b5668ad673..b6f69ce369b5d46c022d60b60f4569bfb3214f70 100644 (file)
@@ -125,6 +125,11 @@ n
     AuthzUserAuthoritative et AuthzOwnerAuthoritative. Ces directives
     ont été remplacées par les directives plus explicites <code class="directive"><a href="./mod/mod_authz_core.html#requireany">RequireAny</a></code>, <code class="directive"><a href="./mod/mod_authz_core.html#requirenone">RequireNone</a></code>, et <code class="directive"><a href="./mod/mod_authz_core.html#requireall">RequireAll</a></code>.</p>
 
+    <p>Si vous utilisez <code class="module"><a href="./mod/mod_authz_dbm.html">mod_authz_dbm</a></code>, vous devez
+    mettre à jour votre configuration en remplaçant les directives du
+    style <code>Require group ...</code> par des directives du style
+    <code>Require dbm-group ...</code>.</p>
+
     <h4><a name="access" id="access">Contrôle d'accès</a></h4>
       
 
index 271b16cd8c4c526641dea0ed41cce6ddeddab350..6471af38b670cd7603fb3f1beeb666c4d2c6a600 100644 (file)
@@ -27,7 +27,6 @@
 <a href="./ko/urlmapping.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="./tr/urlmapping.html" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
-<div class="outofdate">Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.</div>
 
     <p>Bu belgede, bir istekte belirtilen URL’nin sunulacak dosyanın dosya
       sistemindeki yerini bulmak için Apache HTTP Sunucusu tarafından nasıl