<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I double-checked my conf.d/hobbit.conf and it does have the correct
settings. And, lo and behold without me changing anything, today the
client data available links work properly again. I think its a random
occurence, like when the "info", status does the same thing.<br>
<br>
-Charles<br>
<br>
Mike Arnold wrote:
<blockquote
 cite="mid19536.205.141.66.16.1158600266.squirrel@www.razorsedge.org"
 type="cite">
  <pre wrap="">Charles Jones wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">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
<a class="moz-txt-link-abbreviated" href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk</a>


    </pre>
  </blockquote>
  <pre wrap=""><!---->
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.

  </pre>
</blockquote>
<br>
</body>
</html>