It appears that nscgi has a "bug". If you turn on CGIInterps you lose the ability to run notn-interpreted cgi's. The case in point is trying to run NetSaint and CVSweb at the same time. Even though I have
ns_section ns/interps/CGIInterps
ns_param .pl /usr/bin/perl
It reads files with no extension (i.e. compiled C) as a perl CGI.
This behavior is plain wrong (assuming I am not doing something wrong myself).
I am going to go through the nscgi code and see what I can come up with.
