Loading docs/manual/caching.xml.fr +4 −3 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ <?xml-stylesheet type="text/xsl" href="style/manual.fr.xsl"?> <!-- French translation : Lucien GENTIS --> <!-- Reviewed by : Vincent Deffontaines --> <!-- English Revision: 1766106 --> <!-- English Revision: 1836061 --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more Loading Loading @@ -366,8 +366,9 @@ module="mod_cache">CacheEnable</directive> et <directive module="mod_cache">CacheDisable</directive>.</li> <li>La reponse doit avoir un code de statut HTTP de 200, 203, 300, 301 ou 410.</li> <li>Si la reponse possède un code de statut HTTP autre que 200, 203, 300, 301 ou 410, elle doit aussi comporter un en-tête "Expires" ou "Cache-Control".</li> <li>La requête doit être de type HTTP GET.</li> Loading docs/manual/expr.xml.fr +5 −1 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?> <!-- English Revision: 1834256 --> <!-- English Revision: 1836760 --> <!-- French translation : Lucien GENTIS --> <!-- Reviewed by : Vincent Deffontaines --> Loading Loading @@ -667,6 +667,10 @@ Header set foo-checksum "expr=%{md5:foo}" # <If> Header always set CustomHeader my-value "expr=%{REQUEST_URI} =~ m#^/special_path\.php$#" # Journalisation conditionnelle CustomLog logs/access-errors.log common "expr=%{REQUEST_STATUS} >= 400" CustomLog logs/access-errors-specific.log common "expr=%{REQUEST_STATUS} -in {'405','410'}" </highlight> </section> Loading Loading
docs/manual/caching.xml.fr +4 −3 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ <?xml-stylesheet type="text/xsl" href="style/manual.fr.xsl"?> <!-- French translation : Lucien GENTIS --> <!-- Reviewed by : Vincent Deffontaines --> <!-- English Revision: 1766106 --> <!-- English Revision: 1836061 --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more Loading Loading @@ -366,8 +366,9 @@ module="mod_cache">CacheEnable</directive> et <directive module="mod_cache">CacheDisable</directive>.</li> <li>La reponse doit avoir un code de statut HTTP de 200, 203, 300, 301 ou 410.</li> <li>Si la reponse possède un code de statut HTTP autre que 200, 203, 300, 301 ou 410, elle doit aussi comporter un en-tête "Expires" ou "Cache-Control".</li> <li>La requête doit être de type HTTP GET.</li> Loading
docs/manual/expr.xml.fr +5 −1 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?> <!-- English Revision: 1834256 --> <!-- English Revision: 1836760 --> <!-- French translation : Lucien GENTIS --> <!-- Reviewed by : Vincent Deffontaines --> Loading Loading @@ -667,6 +667,10 @@ Header set foo-checksum "expr=%{md5:foo}" # <If> Header always set CustomHeader my-value "expr=%{REQUEST_URI} =~ m#^/special_path\.php$#" # Journalisation conditionnelle CustomLog logs/access-errors.log common "expr=%{REQUEST_STATUS} >= 400" CustomLog logs/access-errors-specific.log common "expr=%{REQUEST_STATUS} -in {'405','410'}" </highlight> </section> Loading