Xymon Mailing List Archive search

Hobbit 4.2.0

list Epperson
Wed, 30 May 2007 14:28:56 -0400 (EDT)
Message-Id: <user-c1d899785551@xymon.invalid>

On Wed, May 30, 2007 14:16, Manocchia, Robert wrote:
Bob:

  The bb-hostsvc.sh file and others are in /usr/local/cgi-bin all owner by
hobbit:users with 755 as the permissions mask.
Bob's not here. ;)

Perhaps the ScriptAlias for /hobbit-cgi/ is pointed somewhere other than
/usr/local/cgi-bin where you have the scripts.  In the rpm distribution
built for Fedora 5, this is done in the hobbit-apache.conf file I
mentioned earlier.  It could also be done directly in the the httpd.conf
file.

Looks something like:
ScriptAlias /hobbit-cgi/ "/usr/lib/hobbit/cgi-bin/"
<Directory "/usr/lib/hobbit/cgi-bin">
    AllowOverride None
    Options ExecCGI Includes
    Order allow,deny
    Allow from all
</Directory>