<font face="trebuchet ms,sans-serif">Thank you all (again) for your feedback. Tony I added the line below and that did the trick. I feel like such a fool. Thanks again!</font><div><font face="trebuchet ms,sans-serif"><br></font></div>
<div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.800000190734863px;background-color:rgb(255,255,255)">&lt;Directory &quot;/var/www/virtual/</span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.800000190734863px;background-color:rgb(255,255,255)">digitalalias/public/demo&quot; &gt;</span><br style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.800000190734863px;background-color:rgb(255,255,255)">
<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.800000190734863px;background-color:rgb(255,255,255)">     Options +Includes</span><br style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.800000190734863px;background-color:rgb(255,255,255)">
<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.800000190734863px;background-color:rgb(255,255,255)">&lt;/Directory&gt;</span></div><div><br><div class="gmail_quote">On Fri, Sep 28, 2012 at 4:04 PM, Tony Carter <span dir="ltr">&lt;<a href="mailto:tcarter@entrusion.com" target="_blank">tcarter@entrusion.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Wed, Sep 26, 2012 at 7:22 AM, Marc Ferguson &lt;<a href="mailto:marcferguson@gmail.com">marcferguson@gmail.com</a>&gt; wrote:<br>

&gt; Hi Folks,<br>
&gt;<br>
&gt; I have apache setup on my Fedora 17 box. For the past couple of weeks I&#39;ve<br>
&gt; been creating web pages using &lt;!--#include virtual=&quot;/path-to-file&quot;--&gt;<br>
&gt; without any issues. Well there was that SELinux-directory issue, but I<br>
&gt; quickly disabled it. All of a sudden I load up my sites and the INCLUDE<br>
&gt; feature isn&#39;t working anymore. I didn&#39;t change any configuration at this<br>
&gt; point.<br>
&gt;<br>
&gt; I did a YUM update to no avail. After some Googling it looked like a SELinux<br>
&gt; thing, but I set that to &quot;permissive&quot; mode. I&#39;ve made multiple tweaks to the<br>
&gt; httpd.conf file and I&#39;ve restarted httpd.service multiple times, but INCLUDE<br>
&gt; still isn&#39;t working. I am thoroughly confused at this point. I&#39;m not sure if<br>
&gt; it&#39;ll work, but I&#39;m attaching my two .conf files in hopes that you more<br>
&gt; experienced folks can help me. Thanks.<br>
&gt;<br>
<br>
</div>Marc,<br>
I don&#39;t see the &quot;Options +Includes&quot; directive in your vhost config file.<br>
<br>
Can you try adding:<br>
<br>
&lt;VirtualHost *:80&gt;<br>
     DocumentRoot /var/www/virtual/digitalalias/public/demo<br>
     ServerName demo.digitalalias<br>
<br>
         &lt;Directory &quot;/var/www/virtual/digitalalias/public/demo&quot; &gt;<br>
                Options +Includes<br>
         &lt;/Directory&gt;<br>
<br>
&lt;/VirtualHost&gt;<br>
<br>
Who is apache running as? What user did you use to chmod<br>
/var/www/virtual/digitalalias/public/demo ?<br>
Also what does getenfore show?<br>
<span class="HOEnZb"><font color="#888888"><br>
-Tony<br>
</font></span><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>
</div>