Xymon Mailing List Archive search

Man pages for cgi files

2 messages in this thread

list Kimberly McKinnis · Fri, 8 Apr 2005 13:24:30 -0700 ·
I feel completely stupid right now... But viewing the hobbit man pages
on my hobbit web interface gives me errors on any one with cgi in the
file name: You don't have permission to access
/hobbit/help/manpages/man1/bb-snapshot.cgi.1.html on this server.

I'm running Apache 1.3.29 and the apache error_log tells me: [Fri Apr  8
13:20:33 2005] [error] [client 209.11.141.66] Options ExecCGI is off in
this directory:
/home/hobbit/server/www//help/manpages/man1/bb-snapshot.cgi.1.html

I know this is more of an apache question, but since it's relevant to my
hobbit install, someone must be able to point me in the right direction.
It's not a cgi file, but it sees cgi in the filename. Is there a way
around this without turning on ExecCGI?
list Daniel J McDonald · Fri, 08 Apr 2005 15:44:41 -0500 ·
quoted from Kimberly McKinnis
On Fri, 2005-04-08 at 13:24 -0700, Kimberly McKinnis wrote:
I feel completely stupid right now... But viewing the hobbit man pages
on my hobbit web interface gives me errors on any one with cgi in the
file name: You don't have permission to access
/hobbit/help/manpages/man1/bb-snapshot.cgi.1.html on this server.
Change:
AddHandler cgi-script .cgi

to:
AddHandler cgi-script .cgi$

in /etc/httpd/conf/commonhttpd.conf

-- 
Daniel J McDonald, CCIE # 2495, CNX
Austin Energy

user-290ce4e24e19@xymon.invalid