[In order for any reply to be added to the PR database, ]
[you need to include <[EMAIL PROTECTED]> in the Cc line ]
[and leave the subject line UNCHANGED. This is not done]
[automatically because of the potential for mail loops. ]
Synopsis: Files in cgi-bin displayed instead of executed in 1.2.5
State-Changed-From-To: open-feedback
State-Changed-By: coar
State-Changed-When: Tue Jan 27 15:10:45 PST 1998
State-Changed-Why:
Your ScriptAlias directive is in error:
ScriptAlias /cgi-bin/ /var/gnats/www/cgi-bin
Add a slash ("/") to the end so it looks like this
ScriptAlias /cgi-bin/ /var/gnats/www/cgi-bin/
and see if that fixes your problem.