[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [hobbit] NooB questions - Status not Available
- To: hobbit (at) hswn.dk
- Subject: RE: [hobbit] NooB questions - Status not Available
- From: "Hobbit User" <hobbit (at) epperson.homelinux.net>
- Date: Thu, 4 Oct 2007 18:52:29 -0400 (EDT)
- Importance: Normal
- References: <8522ADE29C824D458724198057C3ECED3F6108 (at) rwcmail03.mktn.com> <87C763EA83D0234E9BEF12A8C6C8BB7302768A92 (at) HQGTNEX5.doe.local> <8522ADE29C824D458724198057C3ECED3F6109 (at) rwcmail03.mktn.com> <6C2B32F89382AF42875672B6F5BEB68203F81880 (at) MERCMBX07.na.sas.com> <8522ADE29C824D458724198057C3ECED3F610C (at) rwcmail03.mktn.com> <6C2B32F89382AF42875672B6F5BEB68203F818C7 (at) MERCMBX07.na.sas.com> <8522ADE29C824D458724198057C3ECED3F6128 (at) rwcmail03.mktn.com>
- User-agent: SquirrelMail/1.4.10a-1.fc7
On Thu, October 4, 2007 18:12, McIlrath, Paul wrote:
> Ok, I got rid of the rpm install and started over.
>
> I downloaded the latest hobbit binary and freetyp2, libart, libpng and
> rrdtool binaries and started from scratch.
>
> Everything is installed and I used the hobbit-apache.conf example created
> by the install to configure apache.
>
> Fired it all up, and hobbit seemed to be running fine...but when I click
> on any link, I get a strange error that says Internet Explorer (or
> Firefox) cannot download the file....instead of following the link to the
> details page for that test. I get the same thing with reports, trends,
> etc, etc. Only non-green seems to be working.
>
> Im pretty sure that it has to be something to do with cgi-bin or seccgi,
> so Im poring over my httpd.conf file line by line to see if something
> somewhere is conflicting with the example setup from the hobbit install
> (pasted into the bottom of my httpd.conf).
>
> Has anyone seen this before?
Make sure _everything_ in the cgi-bin directory is executable. I've found
on many platforms Apache will not execute any of the objects if even one
of them is non-executable.
chmod -R 755 /usr/libexec/hobbit/cgi-bin
May not be your problem, but that's fixed similar ones for me.