Xymon Mailing List Archive search

Hobbit 4.2.0

list Robert Manocchia
Wed, 30 May 2007 16:40:19 -0400
Message-Id: <user-7a14039a66f0@xymon.invalid>

This is the entry in hobbit-apache.conf:

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

here is a long listing from /usr/local/cgi-bin:

-rwxrwxrwx    1 hobbit   apache        178 May 30 11:13 bb-csvinfo.sh
-rwxrwxrwx    1 hobbit   apache        181 May 30 11:13 bb-datepage.sh
-rwxrwxrwx    1 hobbit   apache        171 May 30 11:13 bb-eventlog.sh
-rwxrwxrwx    1 hobbit   apache        176 May 30 11:13 bb-findhost.sh
-rwxrwxrwx    1 hobbit   apache        204 May 30 11:13 bb-histlog.sh
-rwxrwxrwx    1 hobbit   apache        161 May 30 11:13 bb-hist.sh
-rwxrwxrwx    1 hobbit   apache        163 May 30 11:13 bb-hostsvc.sh
-rwxrwxrwx    1 hobbit   apache        168 May 30 11:13 bb-replog.sh
-rwxrwxrwx    1 hobbit   apache        213 May 30 11:13 bb-rep.sh
-rwxrwxrwx    1 hobbit   apache        212 May 30 11:13 bb-snapshot.sh
-rwxrwxrwx    1 hobbit   apache        331 May 30 11:13 hobbit-certreport.sh
-rwxrwxrwx    1 hobbit   apache        201 May 30 11:13 hobbitcolumn.sh
-rwxrwxrwx    1 hobbit   apache        257 May 30 11:13 hobbit-confreport.sh
-rwxrwxrwx    1 hobbit   apache        162 May 30 11:13 hobbit-ghosts.sh
-rwxrwxrwx    1 hobbit   apache        240 May 30 11:13 hobbitgraph.sh
-rwxrwxrwx    1 hobbit   apache        174 May 30 11:13 hobbit-hostgraphs.sh
-rwxrwxrwx    1 hobbit   apache        174 May 30 11:13 hobbit-nkview.sh
-rwxrwxrwx    1 hobbit   apache        348 May 30 11:13 hobbit-nongreen.sh

Hope this helps.

Robert Manocchia
UNIX System Administrator
IDEXX Laboratories
XXX XXX-XXXX
EMail user-615a9b935f98@xymon.invalid

-----Original Message-----
From: user-97cfc20104f4@xymon.invalid [mailto:user-97cfc20104f4@xymon.invalid] 
Sent: Wednesday, May 30, 2007 2:29 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: RE: [hobbit] Hobbit 4.2.0

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>