On Wed, May 30, 2007 13:54, Manocchia, Robert wrote:
I have the main screen for hobbit up and running on a Linux 2 server. However when I click on any of the colored icons I get the message Page Not Found. Is this a permissions problem or is it that apache does not know where to look for the page?
They're all (or mostly) calls to hobbit-cgi/bb-hostsvc.sh with various arguments. It sounds like you don't have the ScriptAlias set up for hobbit-cgi in the Apache config. "Linux 2" is not a recognizable distro to me, in Red Hat flavored distros this is done via /etc/httpd/conf.d/hobbit-apache.conf.
Could be a permissions problem on the directory or files within, though. You typically want 755 on them. If they're readable but not executable by the hobbit user, you'll find browsers prompting about what you want to open "xxxxxx.sh" with.