You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by lg...@apache.org on 2021/01/09 14:33:52 UTC

svn commit: r1885298 - in /httpd/httpd/branches/2.4.x/docs/manual: env.html.fr.utf8 env.xml.ja env.xml.ko env.xml.meta env.xml.tr

Author: lgentis
Date: Sat Jan  9 14:33:52 2021
New Revision: 1885298

URL: http://svn.apache.org/viewvc?rev=1885298&view=rev
Log:
fr doc rebuild.

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/env.html.fr.utf8
    httpd/httpd/branches/2.4.x/docs/manual/env.xml.ja
    httpd/httpd/branches/2.4.x/docs/manual/env.xml.ko
    httpd/httpd/branches/2.4.x/docs/manual/env.xml.meta
    httpd/httpd/branches/2.4.x/docs/manual/env.xml.tr

Modified: httpd/httpd/branches/2.4.x/docs/manual/env.html.fr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/env.html.fr.utf8?rev=1885298&r1=1885297&r2=1885298&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/env.html.fr.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/env.html.fr.utf8 [utf-8] Sat Jan  9 14:33:52 2021
@@ -169,7 +169,7 @@
 <h2><a name="using" id="using">Utilisation des variables d'environnement</a></h2>
     
 
-    <table class="related"><tr><th>Modules Apparentés</th><th>Directives Apparentées</th></tr><tr><td><ul><li><code class="module"><a href="./mod/mod_authz_host.html">mod_authz_host</a></code></li><li><code class="module"><a href="./mod/mod_cgi.html">mod_cgi</a></code></li><li><code class="module"><a href="./mod/mod_ext_filter.html">mod_ext_filter</a></code></li><li><code class="module"><a href="./mod/mod_headers.html">mod_headers</a></code></li><li><code class="module"><a href="./mod/mod_include.html">mod_include</a></code></li><li><code class="module"><a href="./mod/mod_log_config.html">mod_log_config</a></code></li><li><code class="module"><a href="./mod/mod_rewrite.html">mod_rewrite</a></code></li></ul></td><td><ul><li><code class="directive"><a href="./mod/mod_authz_core.html#require">Require</a></code></li><li><code class="directive"><a href="./mod/mod_log_config.html#customlog">CustomLog</a></code></li><li><code class="directive"><a href="./mod/mod_access_compat.html#deny">
 Deny</a></code></li><li><code class="directive"><a href="./mod/mod_ext_filter.html#extfilterdefine">ExtFilterDefine</a></code></li><li><code class="directive"><a href="./mod/mod_headers.html#header">Header</a></code></li><li><code class="directive"><a href="./mod/mod_log_config.html#logformat">LogFormat</a></code></li><li><code class="directive"><a href="./mod/mod_rewrite.html#rewritecond">RewriteCond</a></code></li><li><code class="directive"><a href="./mod/mod_rewrite.html#rewriterule">RewriteRule</a></code></li></ul></td></tr></table>
+    <table class="related"><tr><th>Modules Apparentés</th><th>Directives Apparentées</th></tr><tr><td><ul><li><code class="module"><a href="./mod/mod_authz_host.html">mod_authz_host</a></code></li><li><code class="module"><a href="./mod/mod_cgi.html">mod_cgi</a></code></li><li><code class="module"><a href="./mod/mod_ext_filter.html">mod_ext_filter</a></code></li><li><code class="module"><a href="./mod/mod_headers.html">mod_headers</a></code></li><li><code class="module"><a href="./mod/mod_include.html">mod_include</a></code></li><li><code class="module"><a href="./mod/mod_log_config.html">mod_log_config</a></code></li><li><code class="module"><a href="./mod/mod_rewrite.html">mod_rewrite</a></code></li></ul></td><td><ul><li><code class="directive"><a href="./mod/mod_authz_core.html#require">Require</a></code></li><li><code class="directive"><a href="./mod/mod_log_config.html#customlog">CustomLog</a></code></li><li><code class="directive"><a href="./mod/mod_access_compat.html#allow"
 >Allow</a></code></li><li><code class="directive"><a href="./mod/mod_access_compat.html#deny">Deny</a></code></li><li><code class="directive"><a href="./mod/mod_ext_filter.html#extfilterdefine">ExtFilterDefine</a></code></li><li><code class="directive"><a href="./mod/mod_headers.html#header">Header</a></code></li><li><code class="directive"><a href="./mod/mod_log_config.html#logformat">LogFormat</a></code></li><li><code class="directive"><a href="./mod/mod_rewrite.html#rewritecond">RewriteCond</a></code></li><li><code class="directive"><a href="./mod/mod_rewrite.html#rewriterule">RewriteRule</a></code></li></ul></td></tr></table>
 
     <h3><a name="cgi-scripts" id="cgi-scripts">Scripts CGI</a></h3>
         
@@ -204,7 +204,7 @@
 
         <p>L'accès au serveur peut être contrôlé en fonction de la valeur de
 	variables d'environnement à l'aide des directives
-	<code>allow from env=</code> et <code>deny from env=</code>.
+	<code>Require env</code> et <code>Require not env</code>.
 	En association avec la directive
         <code class="directive"><a href="./mod/mod_setenvif.html#setenvif">SetEnvIf</a></code>, ceci confère une
 	grande souplesse au contrôle d'accès au serveur en fonction des
@@ -501,7 +501,7 @@ BrowserMatch "JDK/1\.0" force-response-1
          <pre class="prettyprint lang-config">SetEnvIf Request_URI \.gif image-request
 SetEnvIf Request_URI \.jpg image-request
 SetEnvIf Request_URI \.png image-request
-CustomLog logs/access_log common env=!image-request</pre>
+CustomLog "logs/access_log" common env=!image-request</pre>
 
 
     

Modified: httpd/httpd/branches/2.4.x/docs/manual/env.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/env.xml.ja?rev=1885298&r1=1885297&r2=1885298&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/env.xml.ja [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/env.xml.ja [utf-8] Sat Jan  9 14:33:52 2021
@@ -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:1673563 (outdated) -->
+<!-- English Revision: 659902:1885047 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/env.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/env.xml.ko?rev=1885298&r1=1885297&r2=1885298&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/env.xml.ko [euc-kr] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/env.xml.ko [euc-kr] Sat Jan  9 14:33:52 2021
@@ -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:1673563 (outdated) -->
+<!-- English Revision: 105989:1885047 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/env.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/env.xml.meta?rev=1885298&r1=1885297&r2=1885298&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/env.xml.meta (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/env.xml.meta Sat Jan  9 14:33:52 2021
@@ -11,6 +11,6 @@
     <variant>fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/branches/2.4.x/docs/manual/env.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/env.xml.tr?rev=1885298&r1=1885297&r2=1885298&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/env.xml.tr [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/env.xml.tr [utf-8] Sat Jan  9 14:33:52 2021
@@ -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: 1673563 -->
+<!-- English Revision: 1673563:1885047 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.gen.tr>
    Reviewed by: Orhan Berent <berent belgeler.gen.tr>