[hobbit] Hobbit 4.2.0
    epperson at alumni.unc.edu 
    epperson at alumni.unc.edu
       
    Wed May 30 20:28:56 CEST 2007
    
    
  
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>
    
    
More information about the Xymon
mailing list