Thanx for the speedy reply. :)<br><br>On Wed, Jan 23, 2013 at 7:46 AM, Clinton Ebadi <span dir="ltr">&lt;<a href="mailto:clinton@unknownlamer.org" target="_blank">clinton@unknownlamer.org</a>&gt;</span> wrote:<br><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">Zrajm C Akfohg &lt;<a href="mailto:zrajm@klingonska.org">zrajm@klingonska.org</a>&gt; writes:<br>


<br>
&gt; A few of my pages uses SSI, but that doesn&#39;t seem to work after moving the web site to navajos.<br>
&gt;<br>
&gt; For example, take a look at <a href="http://zrajm.org/mat/" target="_blank">http://zrajm.org/mat/</a> in a browser, and<br>
&gt; look at the source code. The SSI tags are still present in the source,<br>
&gt; and have not been replaced by the appropriate content (as they<br>
&gt; should&#39;ve been). Why is this?<br>
&gt;<br>
&gt; As far as I can tell my config  file (~zrajm/.domtool/<a href="http://zrajm.org" target="_blank">zrajm.org</a>)<br>
&gt; contains all the right stuff for this to work. (the only thing<br>
&gt; required should be the &quot;includesNOEXEC&quot; option, right?).<br>
<br>
</div></div>Hrm, I&#39;m not sure why Apache ever would have parsed .html files as<br>
SSI... if mire was, it was certainly not on purpose.<br></blockquote><div><br>That would explain it then. :)<br><br>Renamed my files *.html files to *.shtml instead, and everything seems to be working fine now. Thanx for the help.<br>

<br>...Well. Almost fine. Using UTF-8 does not seem to work properly when I set a variable in the main file (using <font face="courier new, monospace">&lt;!--#set var=&quot;X_TITLE&quot; value=&quot;Innehåll.&quot; --&gt;)</font> and then use that variable inside a file included with SSI (with <font face="courier new, monospace">&lt;!--#echo var=&quot;X_TITLE&quot; --&gt;</font>). <br>

<br>An example is here <a href="http://zrajm.org/mat/">http://zrajm.org/mat/</a> (look at the headline -- it&#39;s supposed to say &quot;Innehåll&quot; = &quot;Contents&quot; in Swedish -- but instead there are funny characters instead of the a with a ring above). It is as if Apache has decided that the variable has latin-1 content, even though <font face="courier new, monospace">addDefaultCharset &quot;utf-8&quot;;</font> is in use).</div>

<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">There is, however, a way to make it work:<br>
<a href="http://hcoop.net/domtool/mod_mime.html" target="_blank">http://hcoop.net/domtool/mod_mime.html</a><br>
<br>
Something like,<br>
<br>
          addOutputFilter [includes] &quot;html&quot;;<br>
<br>
In the vhost.<br>
<br>
Also, I recall you mentioning once that you wanted mod_gzip support for<br>
speeding up output; is the DEFLATE filter adequate (in theory, it works)?<br>
<span class="HOEnZb"><font color="#888888"><br></font></span></blockquote><div><br>Dunno. Anything should be better than no gzip support, I assume. Shouldn&#39;t there be a Best Practice of some sort?<br><br>/zrajm</div>

</div>