<div class="gmail_quote">On Wed, Feb 27, 2008 at 9:54 PM, John R Pierce <<a href="mailto:pierce@hogranch.com">pierce@hogranch.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="Ih2E3d">> When I go to "<a href="http://www.mybox.com/smokeping" target="_blank">www.mybox.com/smokeping</a><br>
</div>> <<a href="http://www.mybox.com/smokeping" target="_blank">http://www.mybox.com/smokeping</a>>", all I get is a list of files, not<br>
<div class="Ih2E3d">> the webpage I would expect to get.<br>
><br>
> What might I be doing wrong?<br>
<br>
<br>
</div>apache isn't real fond of symbolic links unless you add Directory<br>
primitives for the real directory.   actually, I'd blow off the symlink<br>
entirely, and instead use something like...<br>
<br>
/etc/httpd/conf.d/smokering.conf:<br>
    Alias   /smokering/     /usr/local/smokering/htdocs/<br>
    <Directory /usr/local/smokering/htdocs><br>
        AllowOverride All<br>
        Options MultiViews All<br>
    </Directory><br>
<br>
<br>
(adjusting the privileges as needed inside that <Directory> block...)</blockquote><div><br class="webkit-block-placeholder"></div><div>I rm'd the sym link and put that (exactly) along with </div><div><br class="webkit-block-placeholder">
</div><div>order deny, allow</div><div>deny from all</div><div>allow from all</div><div><br class="webkit-block-placeholder"></div><div>I still cannot get in.  Is this an Apache issue? (I suppose that I don't understand how these directory definitions work very well)</div>
</div>