Thanx for the speedy reply. :)<br><br>On Wed, Jan 23, 2013 at 7:46 AM, Clinton Ebadi <span dir="ltr"><<a href="mailto:clinton@unknownlamer.org" target="_blank">clinton@unknownlamer.org</a>></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 <<a href="mailto:zrajm@klingonska.org">zrajm@klingonska.org</a>> writes:<br>
<br>
> A few of my pages uses SSI, but that doesn't seem to work after moving the web site to navajos.<br>
><br>
> For example, take a look at <a href="http://zrajm.org/mat/" target="_blank">http://zrajm.org/mat/</a> in a browser, and<br>
> look at the source code. The SSI tags are still present in the source,<br>
> and have not been replaced by the appropriate content (as they<br>
> should've been). Why is this?<br>
><br>
> As far as I can tell my config file (~zrajm/.domtool/<a href="http://zrajm.org" target="_blank">zrajm.org</a>)<br>
> contains all the right stuff for this to work. (the only thing<br>
> required should be the "includesNOEXEC" option, right?).<br>
<br>
</div></div>Hrm, I'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"><!--#set var="X_TITLE" value="Innehåll." -->)</font> and then use that variable inside a file included with SSI (with <font face="courier new, monospace"><!--#echo var="X_TITLE" --></font>). <br>
<br>An example is here <a href="http://zrajm.org/mat/">http://zrajm.org/mat/</a> (look at the headline -- it's supposed to say "Innehåll" = "Contents" 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 "utf-8";</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] "html";<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't there be a Best Practice of some sort?<br><br>/zrajm</div>
</div>