]> granicus.if.org Git - apache/commitdiff
Rebuild
authorRich Bowen <rbowen@apache.org>
Thu, 15 Mar 2012 11:27:39 +0000 (11:27 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 15 Mar 2012 11:27:39 +0000 (11:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1300927 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 76e6954c52dc027502593a1b57644a89d8909767..dc3e673647f5c25b92a80022197030b540af1ea8 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 d7e265f85b59d08da5e08ae9109bf4b2dc9ed69f..b18cf40696c1bd7aceecd68faa20dd9641010b09 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..92d56a00f63a6d26d9b5dc1e28d0fa6690ef50a6 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:1300924 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 811f7fe785782c5b4b864684f6a75c6a4512f496..6533e45f966af115ac449f7a7b571ba411637a4f 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:1300924 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index dca2469d79bb6b5fd4ce00d8506ea418ac4ac722..0203a841964b655f0edd56117d40a842ccedb230 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:1300924 (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..c3f3dfd5dd5391717f0df3fba05bfbdb289154ce 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:1300924 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index 320a1f124b54689d695bf458cbc18bece05b7e71..2fb74c02ca1d346ef887effd1ad0dc07a06ba049 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 e6bed732ce084fc783e616617b79140a243fea59..80710e6bf3f926b7c67d383138734066a8d1b551 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 6c1bce677b8d45b16389991b1addf15dae220246..e370ff87d87ba2ed49f447db7401aaaf4ca2f369 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 : 1226477 -->
+<!-- English Revision: 1226477:1300924 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 6150c8f06c74dfeec493be1c1e107a0b608b9103..cf5b9e30ec8a84dedfe852197860258b502558a1 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:1226477 (outdated) -->
+<!-- English Revision: 105989:1300924 (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 7697b7d8da19b5c855ae30957068878dfc915ad5..51a85d94c8db189883bd475db33792c6ef15e837 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:1226477 (outdated) -->
+<!-- English Revision: 805049:1300924 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index 66a45041158aa3115dcf70aedd3f3989eb17152c..5d92512cb8c9469d66acffc8850c462faeb56122 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 cbbd66b7aa1b444fb5ccb6f83eb492a88b93de01..b9a6e3c359430294dfaae35a60fac15d17718ea9 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: 1202456:1299883 (outdated) -->
+<!-- English Revision: 1202456:1300924 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->