projects
/
apache
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
894a2b1
)
Align comments in examples
author
Christophe Jaillet
<jailletc36@apache.org>
Tue, 9 Apr 2013 19:04:55 +0000
(19:04 +0000)
committer
Christophe Jaillet
<jailletc36@apache.org>
Tue, 9 Apr 2013 19:04:55 +0000
(19:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1466178
13f79535
-47bb-0310-9956-
ffa450edef68
docs/manual/mod/mod_cache.xml.fr
patch
|
blob
|
history
diff --git
a/docs/manual/mod/mod_cache.xml.fr
b/docs/manual/mod/mod_cache.xml.fr
index 3a86cd348f6adcf1cad5776f74064963eacd909d..34d3c4fa627da193edf5db6eaa30d8d8f4672629 100644
(file)
--- a/
docs/manual/mod/mod_cache.xml.fr
+++ b/
docs/manual/mod/mod_cache.xml.fr
@@
-314,7
+314,7
@@
AddOutputFilterByType CACHE;DEFLATE text/plain
<highlight language="config">
# Mise en cache du contenu avant l'intervention de mod_include et
-
# mod_deflate
+# mod_deflate
CacheQuickHandler off
AddOutputFilterByType CACHE;INCLUDES;DEFLATE text/html
</highlight>
@@
-326,7
+326,7
@@
AddOutputFilterByType CACHE;INCLUDES;DEFLATE text/html
<highlight language="config">
# Mise en cache du contenu entre les interventions de mod_include et
-
# mod_deflate
+# mod_deflate
CacheQuickHandler off
AddOutputFilterByType INCLUDES;CACHE;DEFLATE text/html
</highlight>