Xymon Mailing List Archive search

apache trying to execute cgi man pages

list Xymon User in Richmond
Wed, 18 May 2016 10:33:49 -0400
Message-Id: <user-61aa81f474bc@xymon.invalid>

 
I'd look through the Apache configs for a regex that matches the folder
(or objects with ".cgi"), probably in a ScriptAliasMatch or
LocationMatch directive (although there are a number of other
candidates). 
On 2016-05-18 3:35, Bruce Ferrell wrote: 
I'm getting some errors that are making me nuts when I access the man pages for the cgi programs

The apache log shows this:

Options ExecCGI is off in this directory: /home/xymon/server/www/help/manpages/man1/ackinfo.cgi.1.html, referer: http://server.org/xymon/help/manpages/man1/ [1]

And of course, when I add ExecCGI I get:

Premature end of script headers: ackinfo.cgi.1.html

The server is scientific linux 6

Suggestions?