in reply to Re: Re: Odd CGI interception
in thread Odd CGI interception

You probably want that to be
ScriptAlias /rats/ /web/cgi-bin/run_rats.cgi/
Note the final slash. Otherwise, /rats/foo will try to invoke run_rats.cgifoo, and you probably don't a have a file with that name.

-- Randal L. Schwartz, Perl hacker