</section>
<section id="overlapping-webspace"><title>Overlapping Webspace</title>
-In order to have two overlapping URLs one has to consider the order in which
+<p>In order to have two overlapping URLs one has to consider the order in which
certain sections or directives are evaluated. For
-<directive type="section" module="core">Location</directive> this would be:
+<directive type="section" module="core">Location</directive> this would be:</p>
<example>
<Location /foo><br />
</Location><br />
<Location /foo/bar><br />
</Location>
</example>
-<directive type="section" module="core">Alias</directive>es on the other hand,
-are mapped vice-versa:
+<p><directive type="section" module="core">Alias</directive>es on the other hand,
+are mapped vice-versa:</p>
<example>
Alias /foo/bar /srv/www/uncommon/bar<br />
Alias /foo /srv/www/common/foo<br />
</example>
-The same is true for the <directive module="mod_proxy">ProxyPass</directive>
-directives:
+<p>The same is true for the <directive module="mod_proxy">ProxyPass</directive>
+directives:</p>
<example>
ProxyPass /special-area http://special.example.com smax=5 max=10
ProxyPass / balancer://mycluster/ stickysession=JSESSIONID|jsessionid nofailover=On
</section>
<section id="overlapping-webspace"><title>Espace web imbriqué</title>
-Pour contrôler deux URLs imbriquées, on doit tenir compte de l'ordre
+<p>Pour contrôler deux URLs imbriquées, on doit tenir compte de l'ordre
dans lequel certaines sections ou directives sont évaluées. Pour
<directive type="section" module="core">Location</directive>, on doit
-avoir :
+avoir :</p>
<example>
<Location /foo><br />
</Location><br />
<Location /foo/bar><br />
</Location>
</example>
-Les directives <directive type="section"
-module="core">Alias</directive>, quant à elles, sont évaluées vice-versa :
+<p>Les directives <directive type="section"
+module="core">Alias</directive>, quant à elles, sont évaluées vice-versa :</p>
<example>
Alias /foo/bar /srv/www/uncommon/bar<br />
Alias /foo /srv/www/common/foo<br />
</example>
-Ceci est aussi vrai pour les directives <directive
-module="mod_proxy">ProxyPass</directive> :
+<p>Ceci est aussi vrai pour les directives <directive
+module="mod_proxy">ProxyPass</directive> :</p>
<example>
ProxyPass /special-area http://special.example.com smax=5 max=10
ProxyPass / balancer://mycluster/ stickysession=JSESSIONID|jsessionid nofailover=On