From 34a39c0c104b96d52760c07f8a3fbb358e9afb9b Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Wed, 16 Jan 2013 00:37:17 +0000 Subject: [PATCH] Rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1433771 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/howto/auth.html.fr | 13 ++++++------- docs/manual/howto/auth.xml.meta | 2 +- docs/manual/howto/ssi.html.en | 18 ++++++++++++++---- docs/manual/howto/ssi.html.fr | 2 ++ docs/manual/howto/ssi.xml.fr | 2 +- docs/manual/howto/ssi.xml.ja | 2 +- docs/manual/howto/ssi.xml.ko | 2 +- docs/manual/howto/ssi.xml.meta | 2 +- 8 files changed, 27 insertions(+), 16 deletions(-) diff --git a/docs/manual/howto/auth.html.fr b/docs/manual/howto/auth.html.fr index d3f425c850..827807acd1 100644 --- a/docs/manual/howto/auth.html.fr +++ b/docs/manual/howto/auth.html.fr @@ -27,8 +27,6 @@  ko  |  tr 

-
Cette traduction peut être périmée. Vérifiez la version - anglaise pour les changements récents.

L'authentification est un processus qui vous permet de vérifier qu'une personne est bien celle qu'elle prétend être. L'autorisation @@ -601,11 +599,12 @@ autorisation -

Dans l'exemple ci-dessus, on utilise la directive du - conteneur <RequireNone> afin de s'assurer - qu'aucune des directives Require qu'il contient ne - fasse correspondre ses paramètres avant d'accorder - l'autorisation.

+

L'utilisation de la directive <RequireAll> + avec de multiples directives <Require>, toutes avec la négation + not, n'accordera l'accès que si toutes les + conditions négatives sont vérifiées. En d'autres termes, l'accès + sera refusé si au moins une des conditions négatives n'est pas + vérifiée.

diff --git a/docs/manual/howto/auth.xml.meta b/docs/manual/howto/auth.xml.meta index 641334dcd6..b0b2e95d63 100644 --- a/docs/manual/howto/auth.xml.meta +++ b/docs/manual/howto/auth.xml.meta @@ -8,7 +8,7 @@ en - fr + fr ja ko tr diff --git a/docs/manual/howto/ssi.html.en b/docs/manual/howto/ssi.html.en index d1ed678198..656cab3807 100644 --- a/docs/manual/howto/ssi.html.en +++ b/docs/manual/howto/ssi.html.en @@ -64,14 +64,24 @@ existing HTML documents.

an existing HTML page, without having to serve the entire page via a CGI program, or other dynamic technology.

+

For example, you might place a directive into an existing HTML + page, such as:

+ +
+ +

And, when the page is served, this fragment will be evaluated and replaced with its value:

+ +

+ Tuesday, 15-Jan-2013 19:28:54 EST +

+

The decision of when to use SSI, and when to have your page entirely generated by some program, is usually a matter of how much of the page is static, and how much needs to be recalculated every time the page is served. SSI is a great way - to add small pieces of information, such as the current time. - But if a majority of your page is being generated at the time - that it is served, you need to look for some other - solution.

+ to add small pieces of information, such as the current time - shown + above. But if a majority of your page is being generated at the time + that it is served, you need to look for some other solution.

top

Configuring your server to permit SSI

diff --git a/docs/manual/howto/ssi.html.fr b/docs/manual/howto/ssi.html.fr index 2b5825c6f5..eb8f75451a 100644 --- a/docs/manual/howto/ssi.html.fr +++ b/docs/manual/howto/ssi.html.fr @@ -28,6 +28,8 @@  ja  |  ko 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.

Les SSI permettent d'ajouter du contenu dynamique à des documents HTML préexistants.

diff --git a/docs/manual/howto/ssi.xml.fr b/docs/manual/howto/ssi.xml.fr index 998947d075..1309ca1c5e 100644 --- a/docs/manual/howto/ssi.xml.fr +++ b/docs/manual/howto/ssi.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/howto/ssi.xml.ja b/docs/manual/howto/ssi.xml.ja index fb9ad929d0..57c73bbd5d 100644 --- a/docs/manual/howto/ssi.xml.ja +++ b/docs/manual/howto/ssi.xml.ja @@ -1,7 +1,7 @@ - + +