]> granicus.if.org Git - apache/commitdiff
rebuild
authorRich Bowen <rbowen@apache.org>
Thu, 15 Mar 2012 11:27:47 +0000 (11:27 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 15 Mar 2012 11:27:47 +0000 (11:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1300928 13f79535-47bb-0310-9956-ffa450edef68

15 files changed:
docs/manual/logs.html.en
docs/manual/logs.html.fr
docs/manual/logs.xml.fr
docs/manual/logs.xml.ja
docs/manual/logs.xml.ko
docs/manual/logs.xml.meta
docs/manual/logs.xml.tr
docs/manual/misc/security_tips.html.en
docs/manual/misc/security_tips.html.fr
docs/manual/misc/security_tips.xml.fr
docs/manual/misc/security_tips.xml.ko
docs/manual/misc/security_tips.xml.meta
docs/manual/misc/security_tips.xml.tr
docs/manual/mod/mod_ldap.html.en
docs/manual/mod/mod_ldap.xml.fr

index 437eaeda6fa548d0bb974ea17f6cc9d5c9afa228..3115ddead1ddd11388c31c3fd8d4cb42a065d008 100644 (file)
         machine. This information is highly unreliable and should
         almost never be used except on tightly controlled internal
         networks. Apache httpd will not even attempt to determine
-        this information unless <code class="directive"><a href="./mod/core.html#identitycheck">IdentityCheck</a></code> is set
+        this information unless <code class="directive"><a href="./mod/mod_ident.html#identitycheck">IdentityCheck</a></code> is set
         to <code>On</code>.</dd>
 
         <dt><code>frank</code> (<code>%u</code>)</dt>
index 34aaf7722ffbc50b323676ae664c0bed26408fb0..9c152e89f5c6f9c0bc70a7ae02b9fd5a5e55ab49 100644 (file)
@@ -24,6 +24,8 @@
 <a href="./ko/logs.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="./tr/logs.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>Pour véritablement gérer un serveur web,
     il est nécessaire de disposer d'un
index 7a4032aa646b8f4263e942d83bf640c7444524a7..c9d2851be8288210d7b509a16b3c6ec0f2520ba9 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 : 1174747 -->
+<!-- English Revision: 1174747:1300926 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 811f7fe785782c5b4b864684f6a75c6a4512f496..ef4f38142998e6b54dea2c26853760425503b1da 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: 659902:1174747 (outdated) -->
+<!-- English Revision: 659902:1300926 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index dca2469d79bb6b5fd4ce00d8506ea418ac4ac722..f98a3064fb61b81b48b57ef23ebd35f7bd0083ca 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: 105989:1174747 (outdated) -->
+<!-- English Revision: 105989:1300926 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 666a35465eb552ad2f797ecaea55a92073b0ed81..9005f4528b0807eeb394dbccbd24f68d2fe7f298 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
     <variant outdated="yes">tr</variant>
index 55d9ec99ade3438c11d9e320b4ffe07235ed1ae5..5ceaa6f3be14e3c7ff2f219f9e846c7d17d4c353 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: 807930:1174747 (outdated) -->
+<!-- English Revision: 807930:1300926 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index d39552d566d8a041b4029821f41b9c60393fdb11..833d1f02325a5236c0608e4969b31fca74660a37 100644 (file)
     
 
     <p>In typical operation, Apache is started by the root user, and it
-    switches to the user defined by the <code class="directive"><a href="../mod/mpm_common.html#user">User</a></code> directive to serve hits. As is the
+    switches to the user defined by the <code class="directive"><a href="../mod/mod_unixd.html#user">User</a></code> directive to serve hits. As is the
     case with any command that root executes, you must take care that it is
     protected from modification by non-root users. Not only must the files
     themselves be writeable only by root, but so must the directories, and
   <p>Embedded scripting options which run as part of the server itself,
   such as <code>mod_php</code>, <code>mod_perl</code>, <code>mod_tcl</code>,
   and <code>mod_python</code>, run under the identity of the server itself
-  (see the <code class="directive"><a href="../mod/mpm_common.html#user">User</a></code> directive), and
+  (see the <code class="directive"><a href="../mod/mod_unixd.html#user">User</a></code> directive), and
   therefore scripts executed by these engines potentially can access anything
   the server user can. Some scripting engines may provide restrictions, but
   it is better to be safe and assume not.</p>
index c8991fd8852a1afa48f42a8a8a5a0fce166cf17d..8985417170f250e17a8a4464d60ad97b868d1f01 100644 (file)
@@ -23,6 +23,8 @@
 <a href="../ko/misc/security_tips.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../tr/misc/security_tips.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 propose quelques conseils et astuces concernant les
     problèmes de sécurité liés
index 3b8013a34cb237e9dbbbf5c340512f6bf78f6bdd..a7b385065c287c6c454b2b1961b6527e66064670 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English revision : 1226481 -->
+<!-- English Revision: 1226481:1300926 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 81d34e98d508875fcb42dead6da80cc8bc510336..5ad5c9e81aff6cf041c9eeecf565ce6915b05832 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: 105989:1226481 (outdated) -->
+<!-- English Revision: 105989:1300926 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 6fc5c16c26dad6401ea0833485d20532b0d69918..b316e5297f12641750ae06ebec6f0f284439b88e 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ko</variant>
     <variant outdated="yes">tr</variant>
   </variants>
index f2ccd062a5d2392cfc0eb44d74884574fe23fa93..ac611a06e71a3288d4cca3f347d855855bd272c8 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: 805049:1226481 (outdated) -->
+<!-- English Revision: 805049:1300926 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index 07874c25afc008c6212f78b6028edef392a4529c..4a25d7b3b57d6f82d0b90175e6495ab921854b0b 100644 (file)
@@ -513,7 +513,7 @@ by other LDAP modules</td></tr>
     <p> If a connection is not successful with the timeout period, either an error will be
     returned or the LDAP client library will attempt to connect to a secondary LDAP
     server if one is specified (via a space-separated list of hostnames in the
-    <code class="directive"><a href="#authldapurl">AuthLDAPURL</a></code>).</p>
+    <code class="directive"><a href="../mod/mod_authnz_ldap.html#authldapurl">AuthLDAPURL</a></code>).</p>
 
     <p>The default is 10 seconds, if the LDAP client library linked with the
     server supports the LDAP_OPT_NETWORK_TIMEOUT option.</p>
index 3d7f1d12eedf3b07e0a3b370445127f9a51d7264..96f36e7202784a106abdc26479f882fa774de442 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1202460:1299886 (outdated) -->
+<!-- English Revision: 1202460:1300926 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->