From: André Malo Date: Sun, 4 Apr 2010 20:13:23 +0000 (+0000) Subject: fix xml X-Git-Tag: 2.3.6~262 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=64665e2f366b71005d2fde73355354196be7559b;p=thirdparty%2Fapache%2Fhttpd.git fix xml git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@930742 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/sections.xml b/docs/manual/sections.xml index 3ef6a1c2566..df2dde4730a 100644 --- a/docs/manual/sections.xml +++ b/docs/manual/sections.xml @@ -237,23 +237,23 @@ SetHandler server-status
Overlapping Webspace -In order to have two overlapping URLs one has to consider the order in which +

In order to have two overlapping URLs one has to consider the order in which certain sections or directives are evaluated. For -Location this would be: +Location this would be:

<Location /foo>
</Location>
<Location /foo/bar>
</Location>
-Aliases on the other hand, -are mapped vice-versa: +

Aliases on the other hand, +are mapped vice-versa:

Alias /foo/bar /srv/www/uncommon/bar
Alias /foo /srv/www/common/foo
-The same is true for the ProxyPass -directives: +

The same is true for the ProxyPass +directives:

ProxyPass /special-area http://special.example.com smax=5 max=10 ProxyPass / balancer://mycluster/ stickysession=JSESSIONID|jsessionid nofailover=On diff --git a/docs/manual/sections.xml.fr b/docs/manual/sections.xml.fr index 9374de54723..64d499b3ea1 100644 --- a/docs/manual/sections.xml.fr +++ b/docs/manual/sections.xml.fr @@ -255,24 +255,24 @@ SetHandler server-status
Espace web imbriqué -Pour contrôler deux URLs imbriquées, on doit tenir compte de l'ordre +

Pour contrôler deux URLs imbriquées, on doit tenir compte de l'ordre dans lequel certaines sections ou directives sont évaluées. Pour Location, on doit -avoir : +avoir :

<Location /foo>
</Location>
<Location /foo/bar>
</Location>
-Les directives Alias, quant à elles, sont évaluées vice-versa : +

Les directives Alias, quant à elles, sont évaluées vice-versa :

Alias /foo/bar /srv/www/uncommon/bar
Alias /foo /srv/www/common/foo
-Ceci est aussi vrai pour les directives ProxyPass : +

Ceci est aussi vrai pour les directives ProxyPass :

ProxyPass /special-area http://special.example.com smax=5 max=10 ProxyPass / balancer://mycluster/ stickysession=JSESSIONID|jsessionid nofailover=On