<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1932789:1933180 (outdated) -->
+<!-- English Revision: 1933180 -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1850541:1933497 (outdated) -->
+<!-- English Revision: 1933497 -->
<!-- French translation: Fabien Coelho -->
<!-- Updated by Lucien Gentis -->
paramètre le plus long possible qui sera utilisé.</p>
<p>Si vous désirez insérer une valeur dans une chaîne, il est conseillé
-de l'entourer d'accolades afin d'éviter toute confusion :</p>
+de l'entourer de parenthèses afin d'éviter toute confusion. La syntaxe
+<code>$(...)</code> doit être utilisée à la place de la syntaxe
+<code>${...}</code>, car cette dernière entre en conflit avec la syntaxe de la
+variable <directive module="core">Define</directive> :</p>
<highlight language="config">
-<Macro DocRoot ${docroot}>
- DocumentRoot "/var/www/${docroot}/htdocs"
+<Macro DocRoot $(docroot)>
+ DocumentRoot "/var/www/$(docroot)/htdocs"
</Macro>
</highlight>
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1850684:1933180 (outdated) -->
+<!-- English Revision: 1933180 -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
<?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 1874169:1933180 (outdated) -->
+<!-- English Revision: 1933180 -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more