<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed><type>rich</type><version>1.0</version><provider_name>phorkie</provider_name><provider_url>https://p.cweiske.de/</provider_url><title>Apache: Remove cache-control header for HTML responses</title><author_name>Christian Weiske</author_name><cache_age>86400</cache_age><width>900</width><height>900</height><html>&lt;!-- embedding all files of https://p.cweiske.de/861 --&gt;
&lt;link rel="stylesheet" href="https://p.cweiske.de/css/embed.css"/&gt;
&lt;div class="phork" id="861"&gt;
    &lt;div class="phork-file"&gt;
 &lt;div class="phork-content"&gt;
  &lt;style type="text/css"&gt;/**
 * GeSHi (C) 2004 - 2007 Nigel McNie, 2007 - 2014 Benny Baumann
 * (http://qbnz.com/highlighter/ and http://geshi.org/)
 */
.ini .de1, .ini .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;}
.ini  {font-family:monospace;}
.ini .imp {font-weight: bold; color: red;}
.ini li, .ini .li1 {color: #DDD;}
.ini .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;}
.ini .co0 {color: #666666; font-style: italic;}
.ini .sy0 {color: #000066; font-weight:bold;}
.ini .st0 {color: #933;}
.ini .re0 {color: #000066; font-weight:bold;}
.ini .re1 {color: #000099;}
.ini .re2 {color: #660066;}
.ini span.xtra { display:block; }
&lt;/style&gt;&lt;div class="code"&gt;&lt;table class="ini"&gt;&lt;tbody&gt;&lt;tr class="li1"&gt;&lt;td class="ln"&gt;&lt;pre class="de1"&gt;1
2
3
4
5
6
7
8
&lt;/pre&gt;&lt;/td&gt;&lt;td class="de1"&gt;&lt;pre class="de1"&gt;# remove header for html responses
Header always &amp;#160; &amp;#160;unset Cache-Control &lt;span class="st0"&gt;&amp;quot;expr=%{CONTENT_TYPE} =~ m#text/html#&amp;quot;&lt;/span&gt;
Header onsuccess unset Cache-Control &lt;span class="st0"&gt;&amp;quot;expr=%{CONTENT_TYPE} =~ m#text/html#&amp;quot;&lt;/span&gt;
&amp;#160;
# override header for html responses
Header onsuccess unset Cache-Control
Header always &amp;#160; &amp;#160;set Cache-Control &lt;span class="st0"&gt;&amp;quot;max-age=0, no-cache, no-store&amp;quot;&lt;/span&gt; &lt;span class="st0"&gt;&amp;quot;expr=%{CONTENT_TYPE} =~ m#text/html#&amp;quot;&lt;/span&gt;
&amp;#160;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;
 &lt;/div&gt;
 &lt;div class="phork-meta"&gt;
  &lt;a href="https://p.cweiske.de/861/rev-raw/0c8bbeea60b5587cc20e483da537f8d0f214ab79/site.conf" style="float: right"&gt;view raw source&lt;/a&gt;
  &lt;a href="https://p.cweiske.de/861#site.conf"&gt;site.conf&lt;/a&gt;
 &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</html></oembed>
