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 2013/05/19 17:15:39 UTC

svn commit: r1484292 - in /httpd/httpd/branches/2.4.x/docs/manual: misc/security_tips.xml.fr mod/mod_authz_core.xml.fr mod/mod_env.xml.fr mod/mod_log_debug.xml.fr mod/mod_proxy.xml.fr mod/mod_setenvif.xml.fr rewrite/avoid.xml.fr urlmapping.xml.fr

Author: lgentis
Date: Sun May 19 15:15:38 2013
New Revision: 1484292

URL: http://svn.apache.org/r1484292
Log:
Updates.

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/misc/security_tips.xml.fr
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authz_core.xml.fr
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_env.xml.fr
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_debug.xml.fr
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml.fr
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_setenvif.xml.fr
    httpd/httpd/branches/2.4.x/docs/manual/rewrite/avoid.xml.fr
    httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.fr

Modified: httpd/httpd/branches/2.4.x/docs/manual/misc/security_tips.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/misc/security_tips.xml.fr?rev=1484292&r1=1484291&r2=1484292&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/misc/security_tips.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/misc/security_tips.xml.fr Sun May 19 15:15:38 2013
@@ -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: 1333991:1479873 (outdated) -->
+<!-- English revision : 1479873 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authz_core.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authz_core.xml.fr?rev=1484292&r1=1484291&r2=1484292&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authz_core.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authz_core.xml.fr Sun May 19 15:15:38 2013
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 1449516:1481368 (outdated) -->
+<!-- English Revision : 1481368 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
@@ -226,7 +226,7 @@ SetEnvIf User-Agent ^KnockKnock/2\.0 let
   d'acc&egrave;s en fonction d'expressions arbitraires.</p>
 
     <highlight language="config">
-         Require expr %{TIME_HOUR} -ge 9 &amp;&amp; %{TIME_HOUR} -le 17
+         Require expr "%{TIME_HOUR} -ge 9 &amp;&amp; %{TIME_HOUR} -le 17"
     </highlight>
 
     <p>La syntaxe de l'expression est d&eacute;crite dans la documentation de <a

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_env.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_env.xml.fr?rev=1484292&r1=1484291&r2=1484292&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_env.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_env.xml.fr Sun May 19 15:15:38 2013
@@ -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: 1334016:1479256 (outdated) -->
+<!-- English Revision : 1479256 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_debug.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_debug.xml.fr?rev=1484292&r1=1484291&r2=1484292&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_debug.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_debug.xml.fr Sun May 19 15:15:38 2013
@@ -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: 1406650:1480903 (outdated) -->
+<!-- English Revision : 1480903 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml.fr?rev=1484292&r1=1484291&r2=1484292&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml.fr Sun May 19 15:15:38 2013
@@ -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: 1476689:1479262 (outdated) -->
+<!-- English Revision: 1479262 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_setenvif.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_setenvif.xml.fr?rev=1484292&r1=1484291&r2=1484292&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_setenvif.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_setenvif.xml.fr Sun May 19 15:15:38 2013
@@ -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: 1334024:1479263 (outdated) -->
+<!-- English Revision : 1479263 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/rewrite/avoid.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/rewrite/avoid.xml.fr?rev=1484292&r1=1484291&r2=1484292&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/rewrite/avoid.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/rewrite/avoid.xml.fr Sun May 19 15:15:38 2013
@@ -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: 1333985:1479866 (outdated) -->
+<!-- English Revision : 1479866 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -167,8 +167,7 @@ un grand nombre de serveurs virtuels, vo
 <module>mod_vhost_alias</module> pour cr&eacute;er ces serveurs
 automatiquement.</p>
 
-<p>Il est aussi possible d'utiliser des modules tiers comme <a
-href="http://www.cri.ensmp.fr/~coelho/mod_macro/">mod_macro</a> pour
+<p>Il est aussi possible d'utiliser des modules comme <module>mod_macro</module> pour
 cr&eacute;er un grand nombre de serveurs virtuels dynamiquement.</p>
 
 <p>L'utilisation de <module>mod_rewrite</module> pour la cr&eacute;ation de

Modified: httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.fr?rev=1484292&r1=1484291&r2=1484292&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml.fr Sun May 19 15:15:38 2013
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 1476018:1481368 (outdated) -->
+<!-- English Revision: 1491368 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more