Xymon Mailing List Archive search

cannot access man 1 pages on hobbitmon website

list Greg L Hubbard
Tue, 29 Aug 2006 11:54:31 -0500
Message-Id: <user-beb72ec2b0ce@xymon.invalid>

Hey Mike, do you think we can get Sourceforge to do that for us?  ;)

GLH

-----Original Message-----
From: Mike Arnold [mailto:user-95d566fbb20b@xymon.invalid] 
Sent: Tuesday, August 29, 2006 11:06 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] cannot access man 1 pages on hobbitmon website

Henrik Stoerner wrote:
On Tue, Aug 29, 2006 at 12:34:07PM +0100, Gildas Le Nadan wrote:
The files at url http://hobbitmon.sourceforge.net/docs/manpages/man1/
probably have the wrong permissions as they don't seem to be
accessible.
Seems Sourceforge has the same problem with files called "x.cgi.y" as 
lots of other sites. In other words, it's not a file permission 
problem, but an Apache setup problem.

You'll find them on-line at http://www.hswn.dk/hobbit/help/manpages/
See hobbit-4.2.0/docs/hobbit-apacheconf.txt or
/etc/httpd/conf.d/hobbit-apache.conf in the RPM.

Add to the following section in your apache config:
<Directory "/path/to/hobbit/server/www">
    RemoveHandler .cgi

--
-mike