<font face="trebuchet ms,sans-serif">Hmm, I have to maul over this. The concept of NOT using SSI&#39;s is new to me.<br></font><br><div class="gmail_quote">On Mon, Oct 1, 2012 at 8:59 PM, James Sumners <span dir="ltr">&lt;<a href="mailto:james.sumners@gmail.com" target="_blank">james.sumners@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Could I suggest avoiding SSIs? <a href="https://bitbucket.org/jsumners/njsbaker" target="_blank">https://bitbucket.org/jsumners/njsbaker</a><br>

<br>
The only real benefit of them is being able to create edit once type<br>
content (e.g. menus, header, footers) without having to resort to<br>
Perl, PHP, Ruby, or something else. So, unless expend a lot of energy<br>
setting up proper caching for them, with an external cache, they<br>
mostly just bog down the HTTP request. Particularly since not even the<br>
client will be (in theory) caching the page[1].<br>
<br>
[1] -- <a href="http://www-01.ibm.com/software/webservers/httpservers/doc/v1312/misc/FAQ.html#ssi-part-ii" target="_blank">http://www-01.ibm.com/software/webservers/httpservers/doc/v1312/misc/FAQ.html#ssi-part-ii</a><br>

<div><div class="h5"><br>
On Mon, Oct 1, 2012 at 8:23 PM, Marc Ferguson &lt;<a href="mailto:marcferguson@gmail.com">marcferguson@gmail.com</a>&gt; wrote:<br>
&gt; Thank you all (again) for your feedback. Tony I added the line below and<br>
&gt; that did the trick. I feel like such a fool. Thanks again!<br>
&gt;<br>
&gt; &lt;Directory &quot;/var/www/virtual/digitalalias/public/demo&quot; &gt;<br>
&gt;      Options +Includes<br>
&gt; &lt;/Directory&gt;<br>
&gt;<br>
&gt; On Fri, Sep 28, 2012 at 4:04 PM, Tony Carter &lt;<a href="mailto:tcarter@entrusion.com">tcarter@entrusion.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Sep 26, 2012 at 7:22 AM, Marc Ferguson &lt;<a href="mailto:marcferguson@gmail.com">marcferguson@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt; Hi Folks,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I have apache setup on my Fedora 17 box. For the past couple of weeks<br>
&gt;&gt; &gt; I&#39;ve<br>
&gt;&gt; &gt; been creating web pages using &lt;!--#include virtual=&quot;/path-to-file&quot;--&gt;<br>
&gt;&gt; &gt; without any issues. Well there was that SELinux-directory issue, but I<br>
&gt;&gt; &gt; quickly disabled it. All of a sudden I load up my sites and the INCLUDE<br>
&gt;&gt; &gt; feature isn&#39;t working anymore. I didn&#39;t change any configuration at this<br>
&gt;&gt; &gt; point.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I did a YUM update to no avail. After some Googling it looked like a<br>
&gt;&gt; &gt; SELinux<br>
&gt;&gt; &gt; thing, but I set that to &quot;permissive&quot; mode. I&#39;ve made multiple tweaks to<br>
&gt;&gt; &gt; the<br>
&gt;&gt; &gt; httpd.conf file and I&#39;ve restarted httpd.service multiple times, but<br>
&gt;&gt; &gt; INCLUDE<br>
&gt;&gt; &gt; still isn&#39;t working. I am thoroughly confused at this point. I&#39;m not<br>
&gt;&gt; &gt; sure if<br>
&gt;&gt; &gt; it&#39;ll work, but I&#39;m attaching my two .conf files in hopes that you more<br>
&gt;&gt; &gt; experienced folks can help me. Thanks.<br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt; Marc,<br>
&gt;&gt; I don&#39;t see the &quot;Options +Includes&quot; directive in your vhost config file.<br>
&gt;&gt;<br>
&gt;&gt; Can you try adding:<br>
&gt;&gt;<br>
&gt;&gt; &lt;VirtualHost *:80&gt;<br>
&gt;&gt;      DocumentRoot /var/www/virtual/digitalalias/public/demo<br>
&gt;&gt;      ServerName demo.digitalalias<br>
&gt;&gt;<br>
&gt;&gt;          &lt;Directory &quot;/var/www/virtual/digitalalias/public/demo&quot; &gt;<br>
&gt;&gt;                 Options +Includes<br>
&gt;&gt;          &lt;/Directory&gt;<br>
&gt;&gt;<br>
&gt;&gt; &lt;/VirtualHost&gt;<br>
&gt;&gt;<br>
&gt;&gt; Who is apache running as? What user did you use to chmod<br>
&gt;&gt; /var/www/virtual/digitalalias/public/demo ?<br>
&gt;&gt; Also what does getenfore show?<br>
&gt;&gt;<br>
&gt;&gt; -Tony<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Ale mailing list<br>
&gt;&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt;&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt;&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt;&gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Marc Ferguson<br>
&gt;<br>
&gt; <a href="http://www.fergytech.com" target="_blank">www.fergytech.com</a> | <a href="http://www.digitalalias.net" target="_blank">www.digitalalias.net</a><br>
&gt;<br>
&gt; &quot;When life gives me lemons... I make Linuxaide, hmm good stuff!&quot;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Ale mailing list<br>
&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
&gt;<br>
<br>
<br>
<br>
--<br>
</div></div>James Sumners<br>
<a href="http://james.roomfullofmirrors.com/" target="_blank">http://james.roomfullofmirrors.com/</a><br>
<br>
&quot;All governments suffer a recurring problem: Power attracts<br>
pathological personalities. It is not that power corrupts but that it<br>
is magnetic to the corruptible. Such people have a tendency to become<br>
drunk on violence, a condition to which they are quickly addicted.&quot;<br>
<br>
Missionaria Protectiva, Text QIV (decto)<br>
CH:D 59<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><b><span style="font-family:georgia,serif">Marc Ferguson</span></b><br style="font-family:georgia,serif"><br style="font-family:georgia,serif"><span style="font-family:georgia,serif"></span><span style="font-family:georgia,serif"><a href="http://www.fergytech.com" target="_blank">www.fergytech.com</a> | <a href="http://www.digitalalias.net" target="_blank">www.digitalalias.net</a></span><br style="font-family:georgia,serif">
<br style="font-family:georgia,serif"><i><span style="font-family:georgia,serif">&quot;When life gives me lemons... I make Linuxaide, hmm good stuff!&quot;</span></i><br>