Given a cgi-bin or ExecCGI directory, is there a way to tell Apache NOT to execute files of a certain type? Let's say, for example, there were an .html file in a cgi-bin or a jpeg file in a cgi-bin/images directory. How can I avoid Apache trying to execute these files and load them instead?
Thanks.