PDA

View Full Version : Apache CGI woes.


heatman
September 10th, 2007, 06:16 PM
So, I just installed apache retaining the config that comes with the packages.
Problem comes when I try to use a compiled C program as a cgi 'script'. I can easely use python scripts and apache executes the interpreter with the script just fine but with a compiled C program, I'm just getting a 'download file' dialog when I point my browser to it, anyone have any clues as to how I can remedy this?

Cheers.