[hobbit] Client data available & bb-hostsvc.sh
Mike Arnold
hobbit at razorsedge.org
Mon Sep 18 19:24:26 CEST 2006
Charles Jones wrote:
> Whenever I click the "client data available" link, instead of seeing the
> client data, I am prompted to download a file called "bb-hostsvc.sh". I
> searched the archive and saw someone else mention this, but no resolution?
>
> -Charles
>
> To unsubscribe from the hobbit list, send an e-mail to
> hobbit-unsubscribe at hswn.dk
>
>
I would have to assume your webserver was mis-configured. Assuming you
use apache, and assuming you use the hobbit-apache.conf that provides
these settings:
ScriptAlias /hobbit-cgi/ "/usr/libexec/hobbit/cgi-bin/"
<Directory "/usr/libexec/hobbit/cgi-bin">
AllowOverride None
Options ExecCGI Includes
Order allow,deny
Allow from all
</Directory>
I would think you may have a stray MIME setting somewhere. Check for
DefaultType, AddHandler, or AddType in your http.conf setting *.sh to
Text.
--
-mike
More information about the Xymon
mailing list