testing cgi scripts locally - Urgent need of help!
Will it not be possible for me to test my cgi scripts locally without using a server? I tried running my cgi scripts using Apache HTTP server. It's giving me problems when I reconfigure the httpd file since I still have to sort of set permissions so that my cgi programs could be executed.
Also, how come when I click on the submit button on my index.htm file, the code of the entire .cgi file appears instead of executing the cgi code? (this is when I explicitly type the path of my index.htm file at the address bar of IE). :(