[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] bb-findhost.sh problem.
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] bb-findhost.sh problem.
- From: henrik (at) hswn.dk (Henrik Stoerner)
- Date: Thu, 8 Jun 2006 12:29:09 +0200
- References: <4487F705.5000702@lmco.com>
- User-agent: Mutt/1.5.11
On Thu, Jun 08, 2006 at 06:08:05AM -0400, Michael Nemeth wrote:
> Using the beta when I do a find host and click on the link I get:
> "the connection was refused when attempting to contact 127.0.0.1"
> sunos 5.9
One more thing, could you try changing the file
~hobbit/server/web/findhost_form
There's a line with
<FORM METHOD="GET" ACTION="&REQUEST_URI">
Try changing that to
<FORM METHOD="GET" ACTION="&SCRIPT_NAME">
This change was actually done in the source code, but I've forgotten
to do it also on the web/* files. It could cause problems on some
kinds of webservers.
Regards,
Henrik