Xymon Mailing List Archive search

Symbolic link error

2 messages in this thread

list Steve Spurrier · Tue, 10 Mar 2015 11:46:34 -0400 ·
Hi everyone,

I've looked all over the place and I just cannot figure out why I'm getting
this error:

Symbolic link not allowed or link target not accessible:
/home/xymon/cgi-bin/svcstatus.sh, referer:
http://home.com/xymon/allservers/allservers.html

Here is part of what my xymon-apache.conf looks like:

Alias /xymon  "/home/xymon/server/www"
<Directory "/home/xymon/server/www">
    Options Indexes FollowSymLinks Includes MultiViews
    Order allow,deny
    Allow from all
</Directory>

ScriptAlias /xymon-cgi/ "/home/xymon/cgi-bin/"
<Directory "/home/xymon/cgi-bin">
    AllowOverride None
    Options ExecCGI Includes
    Order allow,deny
    Allow from all
</Directory>

ScriptAlias /xymon-seccgi/ "/home/xymon/cgi-secure/"
<Directory "/home/xymon/cgi-secure">
    AllowOverride None
    Options ExecCGI Includes
    Order allow,deny
    Allow from all


Any help/handouts/hints would be very helpful!

Dave
list Dave Who · Tue, 10 Mar 2015 13:57:50 -0400 ·
Hi Everyone..

Found the problem... added FollowSymLinks. Now everything is good.  Thanks!
quoted from Steve Spurrier

Alias /xymon  "/home/xymon/server/www"
<Directory "/home/xymon/server/www">
    Options Indexes FollowSymLinks Includes MultiViews
    Order allow,deny
    Allow from all
</Directory>

ScriptAlias /xymon-cgi/ "/home/xymon/cgi-bin/"
<Directory "/home/xymon/cgi-bin">
    AllowOverride None

    Options ExecCGI FollowSymLinks Includes
quoted from Steve Spurrier
    Order allow,deny
    Allow from all
</Directory>

ScriptAlias /xymon-seccgi/ "/home/xymon/cgi-secure/"
<Directory "/home/xymon/cgi-secure">
    AllowOverride None

    Options ExecCGI FollowSymLinks Includes
    Order allow,deny
    Allow from all

On Tue, Mar 10, 2015 at 11:46 AM, steve spurrier <user-9fb5f9c55cc6@xymon.invalid>
quoted from Steve Spurrier
wrote:
Hi everyone,

I've looked all over the place and I just cannot figure out why I'm
getting this error:

Symbolic link not allowed or link target not accessible:
/home/xymon/cgi-bin/svcstatus.sh, referer:
http://home.com/xymon/allservers/allservers.html

Here is part of what my xymon-apache.conf looks like:

Alias /xymon  "/home/xymon/server/www"
<Directory "/home/xymon/server/www">
    Options Indexes FollowSymLinks Includes MultiViews
    Order allow,deny
    Allow from all
</Directory>

ScriptAlias /xymon-cgi/ "/home/xymon/cgi-bin/"
<Directory "/home/xymon/cgi-bin">
    AllowOverride None
    Options ExecCGI Includes
    Order allow,deny
    Allow from all
</Directory>

ScriptAlias /xymon-seccgi/ "/home/xymon/cgi-secure/"
<Directory "/home/xymon/cgi-secure">
    AllowOverride None
    Options ExecCGI Includes
    Order allow,deny
    Allow from all


Any help/handouts/hints would be very helpful!

Dave