diff options
author | Lucien Gentis <lgentis@apache.org> | 2011-01-29 15:39:45 +0100 |
---|---|---|
committer | Lucien Gentis <lgentis@apache.org> | 2011-01-29 15:39:45 +0100 |
commit | baf13770c690bbaab96709033193fe455bf5b43b (patch) | |
tree | 54a8c27eefa254316c4b3f292a1e55e5c783579b /docs/manual/caching.xml.fr | |
parent | Revert an old (~10yr) change to the fd Q; move back to (diff) | |
download | apache2-baf13770c690bbaab96709033193fe455bf5b43b.tar.xz apache2-baf13770c690bbaab96709033193fe455bf5b43b.zip |
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1065023 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/caching.xml.fr')
-rw-r--r-- | docs/manual/caching.xml.fr | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/docs/manual/caching.xml.fr b/docs/manual/caching.xml.fr index cb48a6ae78..11ceb3e29f 100644 --- a/docs/manual/caching.xml.fr +++ b/docs/manual/caching.xml.fr @@ -3,7 +3,7 @@ <?xml-stylesheet type="text/xsl" href="style/manual.fr.xsl"?> <!-- French translation : Lucien GENTIS --> <!-- Reviewed by : Vincent Deffontaines --> -<!-- English Revision : 1037244 --> +<!-- English Revision : 1058639 --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more @@ -163,12 +163,11 @@ <a href="howto/ssi.html">Inclusions Côté Serveur (SSI)</a>;</p> <example> - <pre> -<!-- L'inclusion suivante peut être mise en cache --> -<!--#include virtual="/footer.html" --> - -<!-- L'inclusion suivante ne peut pas être mise en cache --> -<!--#include file="/path/to/footer.html" --></pre> +<!-- L'inclusion suivante peut être mise en cache --><br /> +<!--#include virtual="/footer.html" --><br /> +<br /> +<!-- L'inclusion suivante ne peut pas être mise en cache --><br /> +<!--#include file="/path/to/footer.html" --> <br /> </example> <p>Si vous utilisez les SSI, et voulez bénéficier de la vitesse de @@ -487,7 +486,7 @@ Vary: negotiate,accept-language,accept-charset accès ultérieurs à ce fichier.</p> <example> - <pre>CacheFile /usr/local/apache2/htdocs/index.html</pre> + CacheFile /usr/local/apache2/htdocs/index.html </example> <p>Si vous avez l'intention de mettre en cache un grand nombre de @@ -608,7 +607,7 @@ sys 0m0.000s</pre> toutes les demandes d'accès à ce fichier.</p> <example> - <pre>MMapFile /usr/local/apache2/htdocs/index.html</pre> + MMapFile /usr/local/apache2/htdocs/index.html </example> <p>Comme dans le cas de la directive @@ -649,11 +648,10 @@ sys 0m0.000s</pre> <p>Typiquement, le module sera configuré comme suit :</p> <example> - <pre> -CacheRoot /var/cache/apache/ -CacheEnable disk / -CacheDirLevels 2 -CacheDirLength 1</pre> +CacheRoot /var/cache/apache/<br /> +CacheEnable disk /<br /> +CacheDirLevels 2<br /> +CacheDirLength 1 </example> <p>Il est important de savoir que, les fichiers mis en cache étant stockés |