Commit d8d0de84 authored by Lucien Gentis's avatar Lucien Gentis
Browse files

Rebuild.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1837165 13f79535-47bb-0310-9956-ffa450edef68
parent 9ddcee5c
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -354,8 +354,9 @@
        <li>La mise en cache doit &#234;tre activ&#233;e pour cette URL. Voir les
	directives <code class="directive"><a href="./mod/mod_cache.html#cacheenable">CacheEnable</a></code> et <code class="directive"><a href="./mod/mod_cache.html#cachedisable">CacheDisable</a></code>.</li>

        <li>La reponse doit avoir un code de statut HTTP de 200, 203, 300, 301
	ou 410.</li>
        <li>Si la reponse poss&#232;de un code de statut HTTP autre que 200, 203, 300, 301
	ou 410, elle doit aussi comporter un en-t&#234;te "Expires" ou
	"Cache-Control".</li>

        <li>La requ&#234;te doit &#234;tre de type HTTP GET.</li>

+1 −1
Original line number Diff line number Diff line
@@ -9,6 +9,6 @@
  <variants>
    <variant>en</variant>
    <variant>fr</variant>
    <variant>tr</variant>
    <variant outdated="yes">tr</variant>
  </variants>
</metafile>
+1 −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.tr.xsl"?>
<!-- English Revision: 1766106 -->
<!-- English Revision: 1766106:1836061 (outdated) -->
<!-- =====================================================
 Translated by: Nilgün Belma Bugüner <nilgun belgeler.gen.tr>
   Reviewed by: Orhan Berent <berent belgeler.gen.tr>
+5 −1
Original line number Diff line number Diff line
@@ -608,7 +608,11 @@ Header set foo-checksum "expr=%{md5:foo}"

# L'exemple suivant retarde l'&#233;valuation de la clause de condition par rapport &#224;
# &lt;If&gt;
Header always set CustomHeader my-value "expr=%{REQUEST_URI} =~ m#^/special_path\.php$#"</pre>
Header always set CustomHeader my-value "expr=%{REQUEST_URI} =~ m#^/special_path\.php$#"

# Journalisation conditionnelle
CustomLog logs/access-errors.log common "expr=%{REQUEST_STATUS} &gt;= 400"
CustomLog logs/access-errors-specific.log common "expr=%{REQUEST_STATUS} -in {'405','410'}"</pre>

</div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
<div class="section">