Re: smokeping on CentOS questions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On Wed, Feb 27, 2008 at 9:54 PM, John R Pierce <pierce@xxxxxxxxxxxx> wrote:
> When I go to "www.mybox.com/smokeping
> <http://www.mybox.com/smokeping>", all I get is a list of files, not
> the webpage I would expect to get.
>
> What might I be doing wrong?


apache isn't real fond of symbolic links unless you add Directory
primitives for the real directory.   actually, I'd blow off the symlink
entirely, and instead use something like...

/etc/httpd/conf.d/smokering.conf:
   Alias   /smokering/     /usr/local/smokering/htdocs/
   <Directory /usr/local/smokering/htdocs>
       AllowOverride All
       Options MultiViews All
   </Directory>


(adjusting the privileges as needed inside that <Directory> block...)

I rm'd the sym link and put that (exactly) along with 

order deny, allow
deny from all
allow from all

I still cannot get in.  Is this an Apache issue? (I suppose that I don't understand how these directory definitions work very well)
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos

[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux